C# 클래스 SS.Ynote.Classic.Core.Settings.GlobalSettings

파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 프로퍼티들

프로퍼티 타입 설명
BuildNumber int

공개 메소드들

메소드 설명
Load ( string file ) : GlobalProperties

Loads Properties

Save ( GlobalProperties properties, string file ) : void

비공개 메소드들

메소드 설명
RestoreDefault ( string file ) : void

Restore Default Properties

SerializeProperties ( GlobalProperties properties ) : string

메소드 상세

Load() 공개 정적인 메소드

Loads Properties
public static Load ( string file ) : GlobalProperties
file string
리턴 GlobalProperties

Save() 공개 정적인 메소드

public static Save ( GlobalProperties properties, string file ) : void
properties GlobalProperties
file string
리턴 void

프로퍼티 상세

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

public static int BuildNumber
리턴 int