C# Class Treefrog.Framework.Model.StringProperty

Inheritance: Property
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
StringProperty ( CommonX proxy ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

FromXProxy() public static méthode

public static FromXProxy ( CommonX proxy ) : StringProperty
proxy Treefrog.Framework.Model.Proxy.CommonX
Résultat StringProperty

Parse() public méthode

public Parse ( string value ) : void
value string
Résultat void

StringProperty() public méthode

public StringProperty ( string name, StringProperty property ) : System
name string
property StringProperty
Résultat System

StringProperty() public méthode

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.
Résultat System

ToString() public méthode

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