Property | Type | Description |
---|
Method | Description | |
---|---|---|
ModelEntity ( ) : System |
Method | Description | |
---|---|---|
OnPropertyGet ( string property ) : void | ||
OnPropertySet ( string property, object oldValue, object newValue ) : void |
protected OnPropertyGet ( string property ) : void | ||
property | string | |
return | void |
protected OnPropertySet ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
return | void |