C# Class Fan.Sys.Version

Version.
Inheritance: FanObj
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_defVal Version

Public Methods

Method Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
build ( ) : Long
compare ( object obj ) : long
fromStr ( string s ) : Version
fromStr ( string s, bool check ) : Version
hash ( ) : long
major ( ) : long
make ( List segments ) : Version
minor ( ) : Long
patch ( ) : Long
segment ( int index ) : int
segments ( ) : List
toStr ( ) : string

Private Methods

Method Description
Version ( List segments ) : System.Text

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

build() public method

public build ( ) : Long
return Long

compare() public method

public compare ( object obj ) : long
obj object
return long

fromStr() public static method

public static fromStr ( string s ) : Version
s string
return Version

fromStr() public static method

public static fromStr ( string s, bool check ) : Version
s string
check bool
return Version

hash() public method

public hash ( ) : long
return long

major() public method

public major ( ) : long
return long

make() public static method

public static make ( List segments ) : Version
segments List
return Version

minor() public method

public minor ( ) : Long
return Long

patch() public method

public patch ( ) : Long
return Long

segment() public method

public segment ( int index ) : int
index int
return int

segments() public method

public segments ( ) : List
return List

toStr() public method

public toStr ( ) : string
return string

Property Details

m_defVal public static property

public static Version,Fan.Sys m_defVal
return Version