C# Class Fan.Sys.Depend

Depend.
Inheritance: FanObj
Show file Open project: xored/f4

Public Methods

Method Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
endVersion ( ) : Version
endVersion ( long index ) : Version
fromStr ( string str ) : Depend
fromStr ( string str, bool check ) : Depend
hash ( ) : long
isPlus ( ) : bool
isPlus ( long index ) : bool
isRange ( ) : bool
isRange ( long index ) : bool
match ( Version v ) : bool
name ( ) : string
size ( ) : long
toStr ( ) : string
version ( ) : Version
version ( long index ) : Version

Private Methods

Method Description
Depend ( string name, Constraint constraints ) : System.Collections
match ( Version a, Version b ) : bool

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

endVersion() public method

public endVersion ( ) : Version
return Version

endVersion() public method

public endVersion ( long index ) : Version
index long
return Version

fromStr() public static method

public static fromStr ( string str ) : Depend
str string
return Depend

fromStr() public static method

public static fromStr ( string str, bool check ) : Depend
str string
check bool
return Depend

hash() public method

public hash ( ) : long
return long

isPlus() public method

public isPlus ( ) : bool
return bool

isPlus() public method

public isPlus ( long index ) : bool
index long
return bool

isRange() public method

public isRange ( ) : bool
return bool

isRange() public method

public isRange ( long index ) : bool
index long
return bool

match() public method

public match ( Version v ) : bool
v Version
return bool

name() public method

public name ( ) : string
return string

size() public method

public size ( ) : long
return long

toStr() public method

public toStr ( ) : string
return string

version() public method

public version ( ) : Version
return Version

version() public method

public version ( long index ) : Version
index long
return Version