C# Class Schemin.AST.ScheminBool

Inheritance: IScheminType
ファイルを表示 Open project: imphasing/schemin

Public Properties

Property Type Description
False ScheminBool
True ScheminBool
Value bool

Public Methods

Method Description
BoolValue ( ) : ScheminBool
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
GetValue ( bool value ) : ScheminBool
ScheminBool ( bool value )
ScheminBool ( string value )
ToString ( ) : string

Private Methods

Method Description
ScheminBool ( )

Method Details

BoolValue() public method

public BoolValue ( ) : ScheminBool
return ScheminBool

Equal() public method

public Equal ( IScheminType type ) : bool
type IScheminType
return bool

Equivalent() public method

public Equivalent ( IScheminType type ) : bool
type IScheminType
return bool

GetValue() public static method

public static GetValue ( bool value ) : ScheminBool
value bool
return ScheminBool

ScheminBool() public method

public ScheminBool ( bool value )
value bool

ScheminBool() public method

public ScheminBool ( string value )
value string

ToString() public method

public ToString ( ) : string
return string

Property Details

False public_oe static_oe property

public static ScheminBool,Schemin.AST False
return ScheminBool

True public_oe static_oe property

public static ScheminBool,Schemin.AST True
return ScheminBool

Value public_oe property

public bool Value
return bool