C# Class Fan.Sys.Version

Version.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

Méthode Description
Version ( List segments ) : System.Text

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

build() public méthode

public build ( ) : Long
Résultat Long

compare() public méthode

public compare ( object obj ) : long
obj object
Résultat long

fromStr() public static méthode

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

fromStr() public static méthode

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

hash() public méthode

public hash ( ) : long
Résultat long

major() public méthode

public major ( ) : long
Résultat long

make() public static méthode

public static make ( List segments ) : Version
segments List
Résultat Version

minor() public méthode

public minor ( ) : Long
Résultat Long

patch() public méthode

public patch ( ) : Long
Résultat Long

segment() public méthode

public segment ( int index ) : int
index int
Résultat int

segments() public méthode

public segments ( ) : List
Résultat List

toStr() public méthode

public toStr ( ) : string
Résultat string

Property Details

m_defVal public_oe static_oe property

public static Version,Fan.Sys m_defVal
Résultat Version