C# Class SobekCM.Core.Configuration.QualityControl_Profile

Stores information about a single profile for performing quality control online
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description
this QualityControl_Division_Config

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
this ( string TypeName ) : QualityControl_Division_Config

Method Details

Add_Division_Type() public méthode

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
Résultat void

QualityControl_Profile() public méthode

Constructor for a new instance of the QualityControl_Profile class
public QualityControl_Profile ( ) : System
Résultat System

QualityControl_Profile() public méthode

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
Résultat System

Remove_Division_Type() public méthode

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
Résultat void