C# Class Treefrog.Framework.Model.BoolProperty

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

Public Methods

Method Description
BoolProperty ( string name, BoolProperty property ) : System
BoolProperty ( string name, bool value ) : System

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

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

Returns the property's value as a String.

Method Details

BoolProperty() public method

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

BoolProperty() public method

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

Clone() public method

public Clone ( ) : object
return object

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