C# Класс SobekCM.Core.Configuration.QualityControl_Profile

Stores information about a single profile for performing quality control online
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
this QualityControl_Division_Config

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

Метод Описание
Add_Division_Type ( QualityControl_Division_Config Division_Config ) : void

Add a new division type to this profile

QualityControl_Profile ( ) : System

Constructor for a new instance of the QualityControl_Profile class

QualityControl_Profile ( string Profile_Name, string Profile_Description, bool Default_Profile ) : System

Constructor for a new instance of the QualityControl_Profile class

Remove_Division_Type ( QualityControl_Division_Config Division_Config ) : void

Remove a division type from this profile

Приватные методы

Метод Описание
this ( string TypeName ) : QualityControl_Division_Config

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

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

Add a new division type to this profile
public Add_Division_Type ( QualityControl_Division_Config Division_Config ) : void
Division_Config QualityControl_Division_Config New division type to add
Результат void

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

Constructor for a new instance of the QualityControl_Profile class
public QualityControl_Profile ( ) : System
Результат System

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

Constructor for a new instance of the QualityControl_Profile class
public QualityControl_Profile ( string Profile_Name, string Profile_Description, bool Default_Profile ) : System
Profile_Name string Name associated with this profile
Profile_Description string Description associated with this profile
Default_Profile bool Flag indicates if this is the default profile
Результат System

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

Remove a division type from this profile
public Remove_Division_Type ( QualityControl_Division_Config Division_Config ) : void
Division_Config QualityControl_Division_Config Division type to remove
Результат void