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

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

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

Метод Описание
Create ( string appliedStandards, string tools, string tolerance, string procedure ) : Methodology
Delete ( IEnumerable entities ) : bool
Delete ( Methodology entity ) : bool
MethodologyManager ( ) : System.Collections.Generic
Update ( Methodology entity ) : Methodology

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

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

public Create ( string appliedStandards, string tools, string tolerance, string procedure ) : Methodology
appliedStandards string
tools string
tolerance string
procedure string
Результат BExIS.Dlm.Entities.DataStructure.Methodology

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

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

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

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

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

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

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

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