Метод | Описание | |
---|---|---|
EntityID ( string id ) : System |
Creates an entity ID using the given string
|
|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
GetHashCode override
|
|
GetWikipedaURL ( ) : string |
Creates a link to the Wikipedia article for this EntityID's ID if it is a QID. If the ID is not a QID, this method returns null.
|
|
ToString ( ) : string |
ToString override.
|
Метод | Описание | |
---|---|---|
MakeRequest ( string requestUrl ) : String |
public EntityID ( string id ) : System | ||
id | string | The ID value of the new Entity ID |
Результат | System |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
Результат | bool |