C# Class Composite.Data.DataEntityToken

Inheritance: Composite.C1Console.Security.EntityToken
Afficher le fichier Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Свойство Type Description
CheckValidity void
DataEntityToken System
DataEntityToken System

Méthodes publiques

Méthode Description
Deserialize ( string serializedData ) : EntityToken
IsValid ( ) : bool
OnGetPrettyHtml ( Composite.C1Console.Security.EntityTokenHtmlPrettyfier prettyfier ) : void
Serialize ( ) : string

Private Methods

Méthode Description
CheckValidity ( ) : void
DataEntityToken ( IData data ) : System
DataEntityToken ( string serializedDataSourceId ) : System

Method Details

Deserialize() public static méthode

public static Deserialize ( string serializedData ) : EntityToken
serializedData string
Résultat Composite.C1Console.Security.EntityToken

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

OnGetPrettyHtml() public méthode

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

Serialize() public méthode

public Serialize ( ) : string
Résultat string