C# Class Treefrog.Framework.Model.BoolProperty

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

Méthodes publiques

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

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

BoolProperty() public méthode

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

Clone() public méthode

public Clone ( ) : object
Résultat object

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