C# Class SAS.ClassSet.Common.Common

Show file Open project: DawnLightning/SAS

Public Properties

Property Type Description
MailAddress string
TempPath string
Year int

Public Methods

Method Description
load ( ) : bool
load_cheif_supervisor ( ) : void
load_classes ( ) : void
load_supervisor ( ) : void
xmlRead ( ) : void

读取xml

xmlSave ( ) : void

保存xml

Method Details

load() public static method

public static load ( ) : bool
return bool

load_cheif_supervisor() public static method

public static load_cheif_supervisor ( ) : void
return void

load_classes() public static method

public static load_classes ( ) : void
return void

load_supervisor() public static method

public static load_supervisor ( ) : void
return void

xmlRead() public static method

读取xml
public static xmlRead ( ) : void
return void

xmlSave() public static method

保存xml
public static xmlSave ( ) : void
return void

Property Details

MailAddress public static property

public static string MailAddress
return string

TempPath public static property

public static string TempPath
return string

Year public static property

public static int Year
return int