C# Class Ancestry.QueryProcessor.Name

Datei anzeigen Open project: Ancestry/DotQL

Public Properties

Property Type Description
Components string[]
IsRooted bool

Public Methods

Method Description
Equals ( object obj ) : bool
FromComponents ( ) : Name
FromID ( Parse id ) : Name
FromNative ( string native ) : Name
GetHashCode ( ) : int
ToID ( ) : ID
ToString ( ) : string
operator ( ) : Name
operator ( ) : bool

Method Details

Equals() public method

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

FromComponents() public static method

public static FromComponents ( ) : Name
return Name

FromID() public static method

public static FromID ( Parse id ) : Name
id Parse
return Name

FromNative() public static method

public static FromNative ( string native ) : Name
native string
return Name

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToID() public method

public ToID ( ) : ID
return Ancestry.QueryProcessor.Parse.ID

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Name
return Name

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Components public_oe property

public string[] Components
return string[]

IsRooted public_oe property

public bool IsRooted
return bool