C# Класс BExIS.Dlm.Services.DataStructure.ObtainingMethodManager

Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( string name, string description ) : ObtainingMethod
Delete ( IEnumerable entities ) : bool
Delete ( ObtainingMethod entity ) : bool
ObtainingMethodManager ( ) : System.Collections.Generic
Update ( ObtainingMethod entity ) : ObtainingMethod

Описание методов

Create() публичный Метод

public Create ( string name, string description ) : ObtainingMethod
name string
description string
Результат BExIS.Dlm.Entities.DataStructure.ObtainingMethod

Delete() публичный Метод

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Результат bool

Delete() публичный Метод

public Delete ( ObtainingMethod entity ) : bool
entity BExIS.Dlm.Entities.DataStructure.ObtainingMethod
Результат bool

ObtainingMethodManager() публичный Метод

public ObtainingMethodManager ( ) : System.Collections.Generic
Результат System.Collections.Generic

Update() публичный Метод

public Update ( ObtainingMethod entity ) : ObtainingMethod
entity BExIS.Dlm.Entities.DataStructure.ObtainingMethod
Результат BExIS.Dlm.Entities.DataStructure.ObtainingMethod