C# Class Composite.C1Console.Actions.Data.ActionIdentifier

A container for Action Types
Afficher le fichier Open project: Orckestra/C1-CMS Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( string serializedData ) : ActionIdentifier
Equals ( ActionIdentifier obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Permissions ( ) : IEnumerable
Serialize ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
ActionIdentifier ( string identifier ) : System

Method Details

Deserialize() public static méthode

public static Deserialize ( string serializedData ) : ActionIdentifier
serializedData string
Résultat ActionIdentifier

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Permissions() public méthode

public Permissions ( ) : IEnumerable
Résultat IEnumerable

Serialize() public méthode

public Serialize ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool