C# Class Yandex.Direct.Serialization.YesNo

Show file Open project: yapi-net/YandexDirect Class Usage Examples

Public Properties

Property Type Description
No YesNo
Yes YesNo

Public Methods

Method Description
Equals ( YesNo other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
TryParse ( string s, YesNo &result ) : bool
YesNo ( bool value ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( YesNo other ) : bool
other YesNo
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string s, YesNo &result ) : bool
s string
result YesNo
return bool

YesNo() public method

public YesNo ( bool value ) : System
value bool
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

No public static property

public static YesNo,Yandex.Direct.Serialization No
return YesNo

Yes public static property

public static YesNo,Yandex.Direct.Serialization Yes
return YesNo