C# Class PassFruit.Server.CiphertextDatastore.CiphertextDto

Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Méthodes publiques

Méthode Description
CiphertextDto ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNew ( ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( CiphertextDto other ) : bool

Private Methods

Méthode Description
CiphertextDto ( System.Guid id, bool isDeleted = false ) : System

Method Details

CiphertextDto() public méthode

public CiphertextDto ( ) : System
Résultat System

Equals() protected méthode

protected Equals ( CiphertextDto other ) : bool
other CiphertextDto
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

IsNew() public méthode

public IsNew ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string