C# Class Treefrog.Framework.Model.NumberProperty

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

Méthodes publiques

Méthode Description
Clone ( ) : object
NumberProperty ( string name, NumberProperty property ) : System
NumberProperty ( string name, float value ) : System

Creates a new NumberProperty instance from a given name and value.

Parse ( string value ) : void
ToString ( ) : string

Returns the property's value as a String.

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

NumberProperty() public méthode

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

NumberProperty() public méthode

Creates a new NumberProperty instance from a given name and value.
public NumberProperty ( string name, float value ) : System
name string The name of the property.
value float The value of the property.
Résultat System

Parse() public méthode

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

ToString() public méthode

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