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

Inheritance: IASN1PreparedElement
显示文件 Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isNoneSelected ( ) : bool
isNumberSelected ( ) : bool
isTextSelected ( ) : bool
selectNone ( ) : void
selectNone ( GSF.ASN1.Types.NullObject val ) : void
selectNumber ( long val ) : void
selectText ( MMSString val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isNoneSelected() public method

public isNoneSelected ( ) : bool
return bool

isNumberSelected() public method

public isNumberSelected ( ) : bool
return bool

isTextSelected() public method

public isTextSelected ( ) : bool
return bool

selectNone() public method

public selectNone ( ) : void
return void

selectNone() public method

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

selectNumber() public method

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

selectText() public method

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