ChangeTrackingPropertyBag..::..Set Method
Implementors need to override this to save the indicated value.
Namespace:
Tortuga.Anchor.Modeling.InternalsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public bool Set( Nullable<Object> value, PropertySetModes mode, string propertyName, out Nullable<Object> oldValue )
Public Function Set ( _ value As Nullable(Of Object), _ mode As PropertySetModes, _ propertyName As String, _ <OutAttribute> ByRef oldValue As Nullable(Of Object) _ ) As Boolean
Parameters
- mode
- Type: Tortuga.Anchor.Modeling.Internals..::..PropertySetModes
Indicates special handling for the action.
- propertyName
- Type: String
Name of property to update