C# Class GSF.MMS.Model.EventTime

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isTimeOfDaySelected ( ) : bool
isTimeSequenceIdentifierSelected ( ) : bool
isUndefinedSelected ( ) : bool
selectTimeOfDay ( TimeOfDay val ) : void
selectTimeSequenceIdentifier ( Unsigned32 val ) : void
selectUndefined ( ) : void
selectUndefined ( GSF.ASN1.Types.NullObject val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isTimeOfDaySelected() public method

public isTimeOfDaySelected ( ) : bool
return bool

isTimeSequenceIdentifierSelected() public method

public isTimeSequenceIdentifierSelected ( ) : bool
return bool

isUndefinedSelected() public method

public isUndefinedSelected ( ) : bool
return bool

selectTimeOfDay() public method

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

selectTimeSequenceIdentifier() public method

public selectTimeSequenceIdentifier ( Unsigned32 val ) : void
val Unsigned32
return void

selectUndefined() public method

public selectUndefined ( ) : void
return void

selectUndefined() public method

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