C# Class OpenSpacePlanner.Domain.Entity

Afficher le fichier Open project: AlexZeitler/OpenSpacePlanner

Méthodes publiques

Méthode Description
Equals ( Entity other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Méthodes protégées

Méthode Description
Entity ( ) : System
Entity ( System.Guid id ) : System

Method Details

Entity() protected méthode

protected Entity ( ) : System
Résultat System

Entity() protected méthode

protected Entity ( System.Guid id ) : System
id System.Guid
Résultat System

Equals() public méthode

public Equals ( Entity other ) : bool
other Entity
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

operator() public static méthode

public static operator ( ) : bool
Résultat bool