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

Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method 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 method

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

DataTypeManager() public method

public DataTypeManager ( ) : System.Collections.Generic
return System.Collections.Generic

Delete() public method

public Delete ( DataType entity ) : bool
entity BExIS.Dlm.Entities.DataStructure.DataType
return bool

Delete() public method

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
return bool

Update() public method

public Update ( DataType entity ) : DataType
entity BExIS.Dlm.Entities.DataStructure.DataType
return BExIS.Dlm.Entities.DataStructure.DataType