C-DEngine 5.105

TheThing..::..SetProperty Method

Overload List


  Name Description
Public method SetProperty(String, Object)
Sets a property If the property does not exist, it will be created
Public method SetProperty(String, Object, ePropertyTypes)
Sets a property If the property does not exist, it will be created All Events (Change and Set) will be fired - even if the property has not changed The Property Type will be set as well
Public method SetProperty(String, Object, Int32, Action<(Of <<'(cdeP>)>>))
Sets a property If the property does not exist, it will be created
Public method SetProperty(String, Object, ePropertyTypes, Int32, Action<(Of <<'(cdeP>)>>))
Sets a property If the property does not exist, it will be created All Events (Change and Set) will be fired - even if the property has not changed The Property Type will be set as well
Public method SetProperty(String, Object, DateTimeOffset)
Sets a property If the property does not exist, it will be created The Property Type will be set as well
Public method SetProperty(String, Object, ePropertyTypes, DateTimeOffset)
Sets a property If the property does not exist, it will be created The Property Type will be set as well
Public method SetProperty(String, Object, ePropertyTypes, DateTimeOffset, Int32, Action<(Of <<'(cdeP>)>>))
Sets a property If the property does not exist, it will be created All Events (Change and Set) will be fired - even if the property has not changed The Property Type will be set as well
Protected method SetProperty``1(UMP%, UMP, Int32, Int32, String) (Inherited from TheBindableBase.)