Method | Description | |
---|---|---|
Clone ( ) : object | ||
FromXmlProxy ( |
||
Parse ( string value ) : void |
Parses a given string value into the underlying data type and assign it as the property's value.
|
|
ResetModified ( ) : void | ||
ToXmlProxyX ( Property property ) : |
||
TrySetName ( string name ) : bool |
Method | Description | |
---|---|---|
OnModified ( |
Raises the Modified event.
|
|
OnValueChanged ( |
Raises the ValueChanged event.
|
|
Property ( string name ) : System |
Creates a new Property instance with a given name.
|
|
Property ( string name, Property property ) : System |
public static FromXmlProxy ( |
||
proxy | ||
return | Property |
protected OnModified ( |
||
e | An |
|
return | void |
protected OnValueChanged ( |
||
e | An |
|
return | void |
public abstract Parse ( string value ) : void | ||
value | string | A string representation of the value to assign. |
return | void |
protected Property ( string name ) : System | ||
name | string | The name of the property. |
return | System |
protected Property ( string name, Property property ) : System | ||
name | string | |
property | Property | |
return | System |
public static ToXmlProxyX ( Property property ) : |
||
property | Property | |
return |