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

Inheritance: IASN1PreparedElement
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isStartingEntrySelected ( ) : bool
isStartingTimeSelected ( ) : bool
selectStartingEntry ( byte val ) : void
selectStartingTime ( TimeOfDay val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isStartingEntrySelected() public méthode

public isStartingEntrySelected ( ) : bool
Résultat bool

isStartingTimeSelected() public méthode

public isStartingTimeSelected ( ) : bool
Résultat bool

selectStartingEntry() public méthode

public selectStartingEntry ( byte val ) : void
val byte
Résultat void

selectStartingTime() public méthode

public selectStartingTime ( TimeOfDay val ) : void
val TimeOfDay
Résultat void