C# Class GSF.MMS.Model.Request_Detail

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

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isAlterEventConditionMonitoringSelected ( ) : bool
isAlterEventEnrollmentSelected ( ) : bool
isCreateProgramInvocationSelected ( ) : bool
isDefineEventConditionSelected ( ) : bool
isDefineEventEnrollmentSelected ( ) : bool
isOtherRequestsSelected ( ) : bool
isResumeSelected ( ) : bool
isStartSelected ( ) : bool
selectAlterEventConditionMonitoring ( CS_AlterEventConditionMonitoring_Request val ) : void
selectAlterEventEnrollment ( CS_AlterEventEnrollment_Request val ) : void
selectCreateProgramInvocation ( CS_CreateProgramInvocation_Request val ) : void
selectDefineEventCondition ( CS_DefineEventCondition_Request val ) : void
selectDefineEventEnrollment ( CS_DefineEventEnrollment_Request val ) : void
selectOtherRequests ( ) : void
selectOtherRequests ( GSF.ASN1.Types.NullObject val ) : void
selectResume ( CS_Resume_Request val ) : void
selectStart ( CS_Start_Request val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isAlterEventConditionMonitoringSelected() public method

public isAlterEventConditionMonitoringSelected ( ) : bool
return bool

isAlterEventEnrollmentSelected() public method

public isAlterEventEnrollmentSelected ( ) : bool
return bool

isCreateProgramInvocationSelected() public method

public isCreateProgramInvocationSelected ( ) : bool
return bool

isDefineEventConditionSelected() public method

public isDefineEventConditionSelected ( ) : bool
return bool

isDefineEventEnrollmentSelected() public method

public isDefineEventEnrollmentSelected ( ) : bool
return bool

isOtherRequestsSelected() public method

public isOtherRequestsSelected ( ) : bool
return bool

isResumeSelected() public method

public isResumeSelected ( ) : bool
return bool

isStartSelected() public method

public isStartSelected ( ) : bool
return bool

selectAlterEventConditionMonitoring() public method

public selectAlterEventConditionMonitoring ( CS_AlterEventConditionMonitoring_Request val ) : void
val CS_AlterEventConditionMonitoring_Request
return void

selectAlterEventEnrollment() public method

public selectAlterEventEnrollment ( CS_AlterEventEnrollment_Request val ) : void
val CS_AlterEventEnrollment_Request
return void

selectCreateProgramInvocation() public method

public selectCreateProgramInvocation ( CS_CreateProgramInvocation_Request val ) : void
val CS_CreateProgramInvocation_Request
return void

selectDefineEventCondition() public method

public selectDefineEventCondition ( CS_DefineEventCondition_Request val ) : void
val CS_DefineEventCondition_Request
return void

selectDefineEventEnrollment() public method

public selectDefineEventEnrollment ( CS_DefineEventEnrollment_Request val ) : void
val CS_DefineEventEnrollment_Request
return void

selectOtherRequests() public method

public selectOtherRequests ( ) : void
return void

selectOtherRequests() public method

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

selectResume() public method

public selectResume ( CS_Resume_Request val ) : void
val CS_Resume_Request
return void

selectStart() public method

public selectStart ( CS_Start_Request val ) : void
val CS_Start_Request
return void