C# Class GSF.MMS.Model.ReadJournal_Request.RangeStopSpecificationChoiceType

Inheritance: IASN1PreparedElement
显示文件 Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isEndingTimeSelected ( ) : bool
isNumberOfEntriesSelected ( ) : bool
selectEndingTime ( TimeOfDay val ) : void
selectNumberOfEntries ( Integer32 val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isEndingTimeSelected() public method

public isEndingTimeSelected ( ) : bool
return bool

isNumberOfEntriesSelected() public method

public isNumberOfEntriesSelected ( ) : bool
return bool

selectEndingTime() public method

public selectEndingTime ( TimeOfDay val ) : void
val TimeOfDay
return void

selectNumberOfEntries() public method

public selectNumberOfEntries ( Integer32 val ) : void
val Integer32
return void