C# Class TPConfAddin.SystemSettingsClass

系统设置
Exibir arquivo Open project: eSDK/esdk_OutlookPlugin Class Usage Examples

Public Properties

Property Type Description
bAutoUpdate bool
bLyncCTC bool
bShowCPResource bool
bShowTipsForSelectRooms bool
listSites List
nCPResource int
nLiving int
nMediaEncryptType int
nRecording int
nVideoSitesCount int
nVoiceSitesCount int
strBillCode string
strConfPWD string
strSiteRate string

Public Methods

Method Description
ReadSystemSetting ( ) : void
WriteSystemSetting ( ) : void

Method Details

ReadSystemSetting() public method

public ReadSystemSetting ( ) : void
return void

WriteSystemSetting() public method

public WriteSystemSetting ( ) : void
return void

Property Details

bAutoUpdate public_oe property

public bool bAutoUpdate
return bool

bLyncCTC public_oe property

public bool bLyncCTC
return bool

bShowCPResource public_oe property

public bool bShowCPResource
return bool

bShowTipsForSelectRooms public_oe property

public bool bShowTipsForSelectRooms
return bool

listSites public_oe static_oe property

public static List listSites
return List

nCPResource public_oe property

public int nCPResource
return int

nLiving public_oe property

public int nLiving
return int

nMediaEncryptType public_oe property

public int nMediaEncryptType
return int

nRecording public_oe property

public int nRecording
return int

nVideoSitesCount public_oe property

public int nVideoSitesCount
return int

nVoiceSitesCount public_oe property

public int nVoiceSitesCount
return int

strBillCode public_oe property

public string strBillCode
return string

strConfPWD public_oe property

public string strConfPWD
return string

strSiteRate public_oe property

public string strSiteRate
return string