C# 클래스 SobekCM.Core.Configuration.QualityControl_Configuration

Class keeps all the system-wide quality control profiles which can be used within the system
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Clear void
Convert_String_To_XML_Safe string

공개 메소드들

메소드 설명
Add_Profile ( QualityControl_Profile New_Profile ) : void

Add a quality control profile with user settings, such as which division types to include for selection

Get_Default_Profile ( ) : QualityControl_Profile

Gets the default quality control profile

QualityControl_Configuration ( ) : System

Static constructor for the QualityControl_Configuration class

Save_To_Config_File ( string FilePath ) : bool

Save this quality control configuration to a XML config file

Set_Default_Values ( ) : void

Set the default profile with the default values

비공개 메소드들

메소드 설명
Clear ( ) : void
Convert_String_To_XML_Safe ( string Element ) : string

Converts a basic string into an XML-safe string

메소드 상세

Add_Profile() 공개 메소드

Add a quality control profile with user settings, such as which division types to include for selection
public Add_Profile ( QualityControl_Profile New_Profile ) : void
New_Profile QualityControl_Profile New profile to add
리턴 void

Get_Default_Profile() 공개 메소드

Gets the default quality control profile
public Get_Default_Profile ( ) : QualityControl_Profile
리턴 QualityControl_Profile

QualityControl_Configuration() 공개 메소드

Static constructor for the QualityControl_Configuration class
public QualityControl_Configuration ( ) : System
리턴 System

Save_To_Config_File() 공개 메소드

Save this quality control configuration to a XML config file
public Save_To_Config_File ( string FilePath ) : bool
FilePath string File/path for the resulting XML config file
리턴 bool

Set_Default_Values() 공개 메소드

Set the default profile with the default values
public Set_Default_Values ( ) : void
리턴 void