C# Class Fan.Sys.FanBool

Fanbool defines the methods for sys::Bool. The actual class used for representation is System.Boolean.
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_defVal bool

Méthodes publiques

Méthode Description
and ( bool self, bool b ) : bool
encode ( bool self, ObjEncoder @out ) : void
equals ( bool self, object obj ) : bool
fromStr ( string s ) : Boolean
fromStr ( string s, bool check ) : Boolean
hash ( bool self ) : long
not ( bool self ) : bool
or ( bool self, bool b ) : bool
toCode ( bool self ) : string
toLocale ( bool self ) : string
toStr ( bool self ) : string
type ( bool self ) : Type
xor ( bool self, bool b ) : bool

Method Details

and() public static méthode

public static and ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

encode() public static méthode

public static encode ( bool self, ObjEncoder @out ) : void
self bool
@out Fanx.Serial.ObjEncoder
Résultat void

equals() public static méthode

public static equals ( bool self, object obj ) : bool
self bool
obj object
Résultat bool

fromStr() public static méthode

public static fromStr ( string s ) : Boolean
s string
Résultat Boolean

fromStr() public static méthode

public static fromStr ( string s, bool check ) : Boolean
s string
check bool
Résultat Boolean

hash() public static méthode

public static hash ( bool self ) : long
self bool
Résultat long

not() public static méthode

public static not ( bool self ) : bool
self bool
Résultat bool

or() public static méthode

public static or ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

toCode() public static méthode

public static toCode ( bool self ) : string
self bool
Résultat string

toLocale() public static méthode

public static toLocale ( bool self ) : string
self bool
Résultat string

toStr() public static méthode

public static toStr ( bool self ) : string
self bool
Résultat string

type() public static méthode

public static type ( bool self ) : Type
self bool
Résultat Type

xor() public static méthode

public static xor ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

Property Details

m_defVal public_oe static_oe property

public static bool m_defVal
Résultat bool