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

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string name, string description, System systemType ) : DataType
DataTypeManager ( ) : System.Collections.Generic
Delete ( DataType entity ) : bool
Delete ( IEnumerable entities ) : bool
Update ( DataType entity ) : DataType

Method Details

Create() public méthode

public Create ( string name, string description, System systemType ) : DataType
name string
description string
systemType System
Résultat BExIS.Dlm.Entities.DataStructure.DataType

DataTypeManager() public méthode

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

Delete() public méthode

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

Delete() public méthode

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

Update() public méthode

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