C# Class BExIS.Dlm.Services.DataStructure.ClassifierManager

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode Description
AddChild ( Classifier end1, Classifier end2 ) : bool
ClassifierManager ( ) : System.Collections.Generic
Create ( string name, string description, Classifier parent ) : Classifier
Delete ( Classifier entity ) : bool
Delete ( IEnumerable entities ) : bool
RemoveChild ( Classifier end1, Classifier end2 ) : bool
Update ( Classifier entity ) : Classifier

Method Details

AddChild() public méthode

public AddChild ( Classifier end1, Classifier end2 ) : bool
end1 BExIS.Dlm.Entities.DataStructure.Classifier
end2 BExIS.Dlm.Entities.DataStructure.Classifier
Résultat bool

ClassifierManager() public méthode

public ClassifierManager ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Create() public méthode

public Create ( string name, string description, Classifier parent ) : Classifier
name string
description string
parent BExIS.Dlm.Entities.DataStructure.Classifier
Résultat BExIS.Dlm.Entities.DataStructure.Classifier

Delete() public méthode

public Delete ( Classifier entity ) : bool
entity BExIS.Dlm.Entities.DataStructure.Classifier
Résultat bool

Delete() public méthode

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Résultat bool

RemoveChild() public méthode

public RemoveChild ( Classifier end1, Classifier end2 ) : bool
end1 BExIS.Dlm.Entities.DataStructure.Classifier
end2 BExIS.Dlm.Entities.DataStructure.Classifier
Résultat bool

Update() public méthode

public Update ( Classifier entity ) : Classifier
entity BExIS.Dlm.Entities.DataStructure.Classifier
Résultat BExIS.Dlm.Entities.DataStructure.Classifier