C# 클래스 SobekCM.Core.Builder.Builder_Status

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_Setting ( string Key, string Value ) : void

Add a new setting string key value pair

If a setting for that Key already exists, it will be replaced with the new Value

Builder_Status ( ) : System

Constructor for a new instance of the builder status object

Get_Setting ( string Key ) : string

Gets the setting value, based on key

메소드 상세

Add_Setting() 공개 메소드

Add a new setting string key value pair
If a setting for that Key already exists, it will be replaced with the new Value
public Add_Setting ( string Key, string Value ) : void
Key string Key for this setting value
Value string Value for this setting value
리턴 void

Builder_Status() 공개 메소드

Constructor for a new instance of the builder status object
public Builder_Status ( ) : System
리턴 System

Get_Setting() 공개 메소드

Gets the setting value, based on key
public Get_Setting ( string Key ) : string
Key string Key for this setting value
리턴 string