C# Class Schemin.AST.ScheminBool

Inheritance: IScheminType
Afficher le fichier Open project: imphasing/schemin

Méthodes publiques

Свойство Type Description
False ScheminBool
True ScheminBool
Value bool

Méthodes publiques

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

Méthode Description
ScheminBool ( )

Method Details

BoolValue() public méthode

public BoolValue ( ) : ScheminBool
Résultat ScheminBool

Equal() public méthode

public Equal ( IScheminType type ) : bool
type IScheminType
Résultat bool

Equivalent() public méthode

public Equivalent ( IScheminType type ) : bool
type IScheminType
Résultat bool

GetValue() public static méthode

public static GetValue ( bool value ) : ScheminBool
value bool
Résultat ScheminBool

ScheminBool() public méthode

public ScheminBool ( bool value )
value bool

ScheminBool() public méthode

public ScheminBool ( string value )
value string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

False public_oe static_oe property

public static ScheminBool,Schemin.AST False
Résultat ScheminBool

True public_oe static_oe property

public static ScheminBool,Schemin.AST True
Résultat ScheminBool

Value public_oe property

public bool Value
Résultat bool