C# Class Treefrog.Framework.Model.StringProperty

Inheritance: Property
显示文件 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
FromXProxy ( CommonX proxy ) : StringProperty
Parse ( string value ) : void
StringProperty ( string name, StringProperty property ) : System
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.

Private Methods

Method Description
StringProperty ( CommonX proxy ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

FromXProxy() public static method

public static FromXProxy ( CommonX proxy ) : StringProperty
proxy Treefrog.Framework.Model.Proxy.CommonX
return StringProperty

Parse() public method

public Parse ( string value ) : void
value string
return void

StringProperty() public method

public StringProperty ( string name, StringProperty property ) : System
name string
property StringProperty
return System

StringProperty() public method

Creates a new StringProperty instance from a given name and value.
public StringProperty ( string name, string value ) : System
name string The name of the property.
value string The value of the property.
return System

ToString() public method

Returns the property's value as a String.
public ToString ( ) : string
return string