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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isEndingTimeSelected ( ) : bool
isNumberOfEntriesSelected ( ) : bool
selectEndingTime ( TimeOfDay val ) : void
selectNumberOfEntries ( Integer32 val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isEndingTimeSelected() public méthode

public isEndingTimeSelected ( ) : bool
Résultat bool

isNumberOfEntriesSelected() public méthode

public isNumberOfEntriesSelected ( ) : bool
Résultat bool

selectEndingTime() public méthode

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

selectNumberOfEntries() public méthode

public selectNumberOfEntries ( Integer32 val ) : void
val Integer32
Résultat void