C# Class SevenDigital.Content.Ingestion.Spike.Domain.Boilerplate.PersistentKey

Afficher le fichier Open project: 7digital/sevendigital-content-ingestion-spike Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
From ( System.Guid key ) : PersistentKey
GetHashCode ( ) : int
New ( ) : PersistentKey
ToGuid ( ) : System.Guid
ToString ( ) : string

Private Methods

Méthode Description
PersistentKey ( System.Guid key ) : System

Method Details

Equals() public méthode

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

From() public static méthode

public static From ( System.Guid key ) : PersistentKey
key System.Guid
Résultat PersistentKey

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

New() public static méthode

public static New ( ) : PersistentKey
Résultat PersistentKey

ToGuid() public méthode

public ToGuid ( ) : System.Guid
Résultat System.Guid

ToString() public méthode

public ToString ( ) : string
Résultat string