IPersistableObjectSetProperties Method
Sets the provided
properties in the
IPersistableObject. The new set of properties will be merged with the existing ones.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
void SetProperties(
IDictionary<string, Object?> properties,
bool triggerChangedEvent = true
)
Sub SetProperties (
properties As IDictionary(Of String, Object),
Optional triggerChangedEvent As Boolean = true
)
void SetProperties(
IDictionary<String^, Object^>^ properties,
bool triggerChangedEvent = true
)
abstract SetProperties :
properties : IDictionary<string, Object> *
?triggerChangedEvent : bool
(* Defaults:
let _triggerChangedEvent = defaultArg triggerChangedEvent true
*)
-> unit
Parameters
- properties IDictionaryString, Object
- The properties to set.
- triggerChangedEvent Boolean (Optional)
- to allow raising the PropertyChanged event; otherwise, . This parameter is optional.
Default value: .