C# Class GSF.MMS.Model.AlternateAccess.AlternateAccessChoiceType

Inheritance: IASN1PreparedElement
Exibir arquivo Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isNamedSelected ( ) : bool
isUnnamedSelected ( ) : bool
selectNamed ( NamedSequenceType val ) : void
selectUnnamed ( AlternateAccessSelection val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isNamedSelected() public method

public isNamedSelected ( ) : bool
return bool

isUnnamedSelected() public method

public isUnnamedSelected ( ) : bool
return bool

selectNamed() public method

public selectNamed ( NamedSequenceType val ) : void
val NamedSequenceType
return void

selectUnnamed() public method

public selectUnnamed ( AlternateAccessSelection val ) : void
val AlternateAccessSelection
return void