C# Class GSF.MMS.Model.StartCount

Inheritance: IASN1PreparedElement
ファイルを表示 Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isCycleCountSelected ( ) : bool
isNoLimitSelected ( ) : bool
isStepCountSelected ( ) : bool
selectCycleCount ( long val ) : void
selectNoLimit ( ) : void
selectNoLimit ( GSF.ASN1.Types.NullObject val ) : void
selectStepCount ( long val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isCycleCountSelected() public method

public isCycleCountSelected ( ) : bool
return bool

isNoLimitSelected() public method

public isNoLimitSelected ( ) : bool
return bool

isStepCountSelected() public method

public isStepCountSelected ( ) : bool
return bool

selectCycleCount() public method

public selectCycleCount ( long val ) : void
val long
return void

selectNoLimit() public method

public selectNoLimit ( ) : void
return void

selectNoLimit() public method

public selectNoLimit ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
return void

selectStepCount() public method

public selectStepCount ( long val ) : void
val long
return void