C# 클래스 CSharpTradeOffers.Configuration.ConfigFrame

상속: IConfig
파일 보기 프로젝트 열기: FatherFoxxy/CSharpTradeOffers

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InitializeAll ( ) : void

Initialize all types, allows GenericConfigHandler to properly serialize all fields

보호된 메소드들

메소드 설명
ConfigFrame ( ) : System
ConfigFrame ( string path ) : System

메소드 상세

ConfigFrame() 보호된 메소드

protected ConfigFrame ( ) : System
리턴 System

ConfigFrame() 보호된 메소드

protected ConfigFrame ( string path ) : System
path string
리턴 System

InitializeAll() 공개 추상적인 메소드

Initialize all types, allows GenericConfigHandler to properly serialize all fields
public abstract InitializeAll ( ) : void
리턴 void