C# Class PassFruit.Server.CiphertextDatastore.CiphertextDto

Show file Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method Description
CiphertextDto ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNew ( ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( CiphertextDto other ) : bool

Private Methods

Method Description
CiphertextDto ( System.Guid id, bool isDeleted = false ) : System

Method Details

CiphertextDto() public method

public CiphertextDto ( ) : System
return System

Equals() protected method

protected Equals ( CiphertextDto other ) : bool
other CiphertextDto
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsNew() public method

public IsNew ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string