C# Class GSF.MMS.Model.ChangeAccessControl_Request.ScopeOfChangeChoiceType.ListOfObjectsSequenceType.ObjectScopeChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isAa_specificSelected ( ) : bool
isDomainSelected ( ) : bool
isSpecificSelected ( ) : bool
isVmdSelected ( ) : bool
selectAa_specific ( ) : void
selectAa_specific ( GSF.ASN1.Types.NullObject val ) : void
selectDomain ( GSF.MMS.Model.Identifier val ) : void
selectSpecific ( ICollection val ) : void
selectVmd ( ) : void
selectVmd ( GSF.ASN1.Types.NullObject val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isAa_specificSelected() public method

public isAa_specificSelected ( ) : bool
return bool

isDomainSelected() public method

public isDomainSelected ( ) : bool
return bool

isSpecificSelected() public method

public isSpecificSelected ( ) : bool
return bool

isVmdSelected() public method

public isVmdSelected ( ) : bool
return bool

selectAa_specific() public method

public selectAa_specific ( ) : void
return void

selectAa_specific() public method

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

selectDomain() public method

public selectDomain ( GSF.MMS.Model.Identifier val ) : void
val GSF.MMS.Model.Identifier
return void

selectSpecific() public method

public selectSpecific ( ICollection val ) : void
val ICollection
return void

selectVmd() public method

public selectVmd ( ) : void
return void

selectVmd() public method

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