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

Datei anzeigen Open project: 7digital/sevendigital-content-ingestion-spike Class Usage Examples

Public Methods

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

Private Methods

Method Description
PersistentKey ( System.Guid key ) : System

Method Details

Equals() public method

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

From() public static method

public static From ( System.Guid key ) : PersistentKey
key System.Guid
return PersistentKey

GetHashCode() public method

public GetHashCode ( ) : int
return int

New() public static method

public static New ( ) : PersistentKey
return PersistentKey

ToGuid() public method

public ToGuid ( ) : System.Guid
return System.Guid

ToString() public method

public ToString ( ) : string
return string