C# 클래스 CodeTV.Settings

파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnPropertyChanged void

공개 메소드들

메소드 설명
Deserialize ( Stream stream ) : Settings
Load ( string fileName ) : Settings
LoadDefaultSettings ( ) : Settings
MakeCopy ( ) : Settings
Save ( string fileName ) : void
SaveDefaultSettings ( ) : void
Serialize ( Stream stream ) : void
Settings ( ) : System

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( Stream stream ) : Settings
stream Stream
리턴 Settings

Load() 공개 정적인 메소드

public static Load ( string fileName ) : Settings
fileName string
리턴 Settings

LoadDefaultSettings() 공개 정적인 메소드

public static LoadDefaultSettings ( ) : Settings
리턴 Settings

MakeCopy() 공개 메소드

public MakeCopy ( ) : Settings
리턴 Settings

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

SaveDefaultSettings() 공개 메소드

public SaveDefaultSettings ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( Stream stream ) : void
stream Stream
리턴 void

Settings() 공개 메소드

public Settings ( ) : System
리턴 System