C# Class Treefrog.Framework.Model.NumberProperty

Inheritance: Property
Show file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method 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 method

public Clone ( ) : object
return object

NumberProperty() public method

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

NumberProperty() public method

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.
return System

Parse() public method

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

ToString() public method

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