C# 클래스 Dev2.Runtime.Configuration.Settings.Configuration

상속: PropertyChangedBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Resultscache TextExpressionCompilerResults>.ConcurrentDictionary

Private Properties

프로퍼티 타입 설명
SettingChanged void

공개 메소드들

메소드 설명
Configuration ( System.Xml.Linq.XElement xml ) : System
Configuration ( string webServerUri ) : System
EntryPoint ( System.Xml.Linq.XElement configurationXML, XElement>.Func saveCallback, System cancelCallback, System settingChangedCallback ) : System.Windows.Controls.UserControl
IncrementVersion ( ) : void
Init ( System.Xml.Linq.XElement xml ) : void
ToXml ( ) : System.Xml.Linq.XElement

비공개 메소드들

메소드 설명
SettingChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

Configuration() 공개 메소드

public Configuration ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement
리턴 System

Configuration() 공개 메소드

public Configuration ( string webServerUri ) : System
webServerUri string
리턴 System

EntryPoint() 공개 정적인 메소드

public static EntryPoint ( System.Xml.Linq.XElement configurationXML, XElement>.Func saveCallback, System cancelCallback, System settingChangedCallback ) : System.Windows.Controls.UserControl
configurationXML System.Xml.Linq.XElement
saveCallback XElement>.Func
cancelCallback System
settingChangedCallback System
리턴 System.Windows.Controls.UserControl

IncrementVersion() 공개 메소드

public IncrementVersion ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Xml.Linq.XElement xml ) : void
xml System.Xml.Linq.XElement
리턴 void

ToXml() 공개 메소드

public ToXml ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

프로퍼티 상세

Resultscache 공개적으로 정적으로 프로퍼티

public static ConcurrentDictionary Resultscache
리턴 TextExpressionCompilerResults>.ConcurrentDictionary