C# Class GSF.MMS.Model.Event_Enrollment_instance.DefinitionChoiceType.DetailsSequenceType.RemainingDelayChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isForeverSelected ( ) : bool
isTimeSelected ( ) : bool
selectForever ( ) : void
selectForever ( GSF.ASN1.Types.NullObject val ) : void
selectTime ( long val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isForeverSelected() public method

public isForeverSelected ( ) : bool
return bool

isTimeSelected() public method

public isTimeSelected ( ) : bool
return bool

selectForever() public method

public selectForever ( ) : void
return void

selectForever() public method

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

selectTime() public method

public selectTime ( long val ) : void
val long
return void