C# 클래스 Treefrog.Framework.Model.BoolProperty

상속: Property
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

BoolProperty() 공개 메소드

public BoolProperty ( string name, BoolProperty property ) : System
name string
property BoolProperty
리턴 System

BoolProperty() 공개 메소드

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.
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Parse() 공개 메소드

public Parse ( string value ) : void
value string
리턴 void

ToString() 공개 메소드

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