C# Class GSF.MMS.Model.Journal_instance.DefinitionChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isDetailsSelected ( ) : bool
isReferenceSelected ( ) : bool
selectDetails ( DetailsSequenceType val ) : void
selectReference ( GSF.ASN1.Types.ObjectIdentifier val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isDetailsSelected() public method

public isDetailsSelected ( ) : bool
return bool

isReferenceSelected() public method

public isReferenceSelected ( ) : bool
return bool

selectDetails() public method

public selectDetails ( DetailsSequenceType val ) : void
val DetailsSequenceType
return void

selectReference() public method

public selectReference ( GSF.ASN1.Types.ObjectIdentifier val ) : void
val GSF.ASN1.Types.ObjectIdentifier
return void