C# Class Composite.C1Console.Security.EntityToken

Afficher le fichier Open project: Orckestra/C1-CMS Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( EntityToken entityToken ) : bool
Equals ( object obj ) : bool
EqualsWithVersionIgnore ( object obj ) : bool
GetHashCode ( ) : int
GetPrettyHtml ( string>.Dictionary piggybag ) : string
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

Méthodes protégées

Méthode Description
DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id ) : void
DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id, string>.Dictionary &dic ) : void
DoSerialize ( ) : string
DoSerialize ( StringBuilder stringBuilder ) : void

Private Methods

Méthode Description
ThrowNotUniqueException ( ) : void
ValidateEntityToken ( ) : void

Method Details

DoDeserialize() protected static méthode

protected static DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id ) : void
serializedEntityToken string
type string
source string
id string
Résultat void

DoDeserialize() protected static méthode

protected static DoDeserialize ( string serializedEntityToken, string &type, string &source, string &id, string>.Dictionary &dic ) : void
serializedEntityToken string
type string
source string
id string
dic string>.Dictionary
Résultat void

DoSerialize() protected méthode

protected DoSerialize ( ) : string
Résultat string

DoSerialize() protected méthode

protected DoSerialize ( StringBuilder stringBuilder ) : void
stringBuilder StringBuilder
Résultat void

Equals() public méthode

public Equals ( EntityToken entityToken ) : bool
entityToken EntityToken
Résultat bool

Equals() public méthode

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

EqualsWithVersionIgnore() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetPrettyHtml() public méthode

public GetPrettyHtml ( string>.Dictionary piggybag ) : string
piggybag string>.Dictionary
Résultat string

GetVersionHashCode() public méthode

public GetVersionHashCode ( ) : int
Résultat int

IsValid() public méthode

The state of the EntityToken. Invalid entity tokens will be automatically removed from the system.
public IsValid ( ) : bool
Résultat bool

OnGetExtraPrettyHtml() public méthode

public OnGetExtraPrettyHtml ( ) : string
Résultat string

OnGetIdPrettyHtml() public méthode

public OnGetIdPrettyHtml ( ) : string
Résultat string

OnGetPrettyHtml() public méthode

public OnGetPrettyHtml ( Composite.C1Console.Security.EntityTokenHtmlPrettyfier entityTokenHtmlPrettyfier ) : void
entityTokenHtmlPrettyfier Composite.C1Console.Security.EntityTokenHtmlPrettyfier
Résultat void

OnGetSourcePrettyHtml() public méthode

public OnGetSourcePrettyHtml ( ) : string
Résultat string

OnGetTypePrettyHtml() public méthode

public OnGetTypePrettyHtml ( ) : string
Résultat string

Serialize() public abstract méthode

Serialize the EntityToken
public abstract Serialize ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string