C# Class Domain.Term

Afficher le fichier Open project: AlexanderByndyu/DDD-example-1 Class Usage Examples

Méthodes publiques

Méthode Description
AddOperation ( System.Operation operation ) : void
CanBeClosed ( ) : bool
Term ( int id ) : System

Method Details

AddOperation() public méthode

public AddOperation ( System.Operation operation ) : void
operation System.Operation
Résultat void

CanBeClosed() public méthode

public CanBeClosed ( ) : bool
Résultat bool

Term() public méthode

public Term ( int id ) : System
id int
Résultat System