C# Class GSF.MMS.Model.Request_Detail

Inheritance: IASN1PreparedElement
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public initWithDefaults ( ) : void
Résultat void

isAlterEventConditionMonitoringSelected() public méthode

public isAlterEventConditionMonitoringSelected ( ) : bool
Résultat bool

isAlterEventEnrollmentSelected() public méthode

public isAlterEventEnrollmentSelected ( ) : bool
Résultat bool

isCreateProgramInvocationSelected() public méthode

public isCreateProgramInvocationSelected ( ) : bool
Résultat bool

isDefineEventConditionSelected() public méthode

public isDefineEventConditionSelected ( ) : bool
Résultat bool

isDefineEventEnrollmentSelected() public méthode

public isDefineEventEnrollmentSelected ( ) : bool
Résultat bool

isOtherRequestsSelected() public méthode

public isOtherRequestsSelected ( ) : bool
Résultat bool

isResumeSelected() public méthode

public isResumeSelected ( ) : bool
Résultat bool

isStartSelected() public méthode

public isStartSelected ( ) : bool
Résultat bool

selectAlterEventConditionMonitoring() public méthode

public selectAlterEventConditionMonitoring ( CS_AlterEventConditionMonitoring_Request val ) : void
val CS_AlterEventConditionMonitoring_Request
Résultat void

selectAlterEventEnrollment() public méthode

public selectAlterEventEnrollment ( CS_AlterEventEnrollment_Request val ) : void
val CS_AlterEventEnrollment_Request
Résultat void

selectCreateProgramInvocation() public méthode

public selectCreateProgramInvocation ( CS_CreateProgramInvocation_Request val ) : void
val CS_CreateProgramInvocation_Request
Résultat void

selectDefineEventCondition() public méthode

public selectDefineEventCondition ( CS_DefineEventCondition_Request val ) : void
val CS_DefineEventCondition_Request
Résultat void

selectDefineEventEnrollment() public méthode

public selectDefineEventEnrollment ( CS_DefineEventEnrollment_Request val ) : void
val CS_DefineEventEnrollment_Request
Résultat void

selectOtherRequests() public méthode

public selectOtherRequests ( ) : void
Résultat void

selectOtherRequests() public méthode

public selectOtherRequests ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
Résultat void

selectResume() public méthode

public selectResume ( CS_Resume_Request val ) : void
val CS_Resume_Request
Résultat void

selectStart() public méthode

public selectStart ( CS_Start_Request val ) : void
val CS_Start_Request
Résultat void