C# Class GSF.MMS.Model.EntryContent.EntryFormChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isAnnotationSelected ( ) : bool
isDataSelected ( ) : bool
selectAnnotation ( MMSString val ) : void
selectData ( DataSequenceType val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isAnnotationSelected() public method

public isAnnotationSelected ( ) : bool
return bool

isDataSelected() public method

public isDataSelected ( ) : bool
return bool

selectAnnotation() public method

public selectAnnotation ( MMSString val ) : void
val MMSString
return void

selectData() public method

public selectData ( DataSequenceType val ) : void
val DataSequenceType
return void