C# Class GSF.MMS.Model.UnitControlUpload_Request.ContinueAfterChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isDomainSelected ( ) : bool
isProgramInvocationSelected ( ) : bool
isUlsmIDSelected ( ) : bool
selectDomain ( GSF.MMS.Model.Identifier val ) : void
selectProgramInvocation ( GSF.MMS.Model.Identifier val ) : void
selectUlsmID ( long val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isDomainSelected() public method

public isDomainSelected ( ) : bool
return bool

isProgramInvocationSelected() public method

public isProgramInvocationSelected ( ) : bool
return bool

isUlsmIDSelected() public method

public isUlsmIDSelected ( ) : bool
return bool

selectDomain() public method

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

selectProgramInvocation() public method

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

selectUlsmID() public method

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