메소드 | 설명 | |
---|---|---|
Clone ( ) : object | ||
FromXProxy ( |
||
Parse ( string value ) : void | ||
StringProperty ( string name, |
||
StringProperty ( string name, string value ) : System |
Creates a new StringProperty instance from a given name and value.
|
|
ToString ( ) : string |
Returns the property's value as a String.
|
메소드 | 설명 | |
---|---|---|
StringProperty ( |
public static FromXProxy ( |
||
proxy | ||
리턴 |
public StringProperty ( string name, |
||
name | string | |
property | ||
리턴 | System |
public StringProperty ( string name, string value ) : System | ||
name | string | The name of the property. |
value | string | The value of the property. |
리턴 | System |