Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object obj ) : bool | ||
EqualsWithVersionIgnore ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetPrettyHtml ( string>.Dictionary |
||
GetVersionHashCode ( ) : int | ||
IsValid ( ) : bool |
The state of the EntityToken. Invalid entity tokens will be automatically removed from the system.
|
|
OnGetExtraPrettyHtml ( ) : string | ||
OnGetIdPrettyHtml ( ) : string | ||
OnGetPrettyHtml ( Composite.C1Console.Security.EntityTokenHtmlPrettyfier entityTokenHtmlPrettyfier ) : void | ||
OnGetSourcePrettyHtml ( ) : string | ||
OnGetTypePrettyHtml ( ) : string | ||
Serialize ( ) : string |
Serialize the EntityToken
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id ) : void | ||
DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id, string>.Dictionary |
||
DoSerialize ( ) : string | ||
DoSerialize ( StringBuilder stringBuilder ) : void |
Method | Description | |
---|---|---|
ThrowNotUniqueException ( ) : void | ||
ValidateEntityToken ( ) : void |
protected static DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id ) : void | ||
serializedEntityToken | string | |
type | string | |
source | string | |
id | string | |
return | void |
protected static DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id, string>.Dictionary |
||
serializedEntityToken | string | |
type | string | |
source | string | |
id | string | |
dic | string>.Dictionary | |
return | void |
protected DoSerialize ( StringBuilder stringBuilder ) : void | ||
stringBuilder | StringBuilder | |
return | void |
public Equals ( |
||
entityToken | ||
return | bool |
public EqualsWithVersionIgnore ( object obj ) : bool | ||
obj | object | |
return | bool |
public GetPrettyHtml ( string>.Dictionary |
||
piggybag | string>.Dictionary | |
return | string |
public OnGetPrettyHtml ( Composite.C1Console.Security.EntityTokenHtmlPrettyfier entityTokenHtmlPrettyfier ) : void | ||
entityTokenHtmlPrettyfier | Composite.C1Console.Security.EntityTokenHtmlPrettyfier | |
return | void |