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

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

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isStartingEntrySelected ( ) : bool
isStartingTimeSelected ( ) : bool
selectStartingEntry ( byte val ) : void
selectStartingTime ( TimeOfDay val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isStartingEntrySelected() public method

public isStartingEntrySelected ( ) : bool
return bool

isStartingTimeSelected() public method

public isStartingTimeSelected ( ) : bool
return bool

selectStartingEntry() public method

public selectStartingEntry ( byte val ) : void
val byte
return void

selectStartingTime() public method

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