Sets the property object.
Namespace:
RingSoft.DbLookup
Assembly:
RingSoft.DbLookup (in RingSoft.DbLookup.dll)
public static void SetPropertyObject<T>(
T model,
string propertyName,
Object value
)
Public Shared Sub SetPropertyObject(Of T) ( _
model As T, _
propertyName As String, _
value As Object _
)
public:
generic<typename T>
static void SetPropertyObject(
T model,
String^ propertyName,
Object^ value
)
Type Parameters
- T
Parameters
- model
- Type: T
The model.
- propertyName
- Type: String
Name of the property.
- value
- Type: Object
The value.