C# Class GSF.MMS.Model.Response_Detail

Inheritance: IASN1PreparedElement
ファイルを表示 Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isGetEventConditionAttributesSelected ( ) : bool
isGetProgramInvocationAttributesSelected ( ) : bool
isOtherRequestsSelected ( ) : bool
isStatusSelected ( ) : bool
selectGetEventConditionAttributes ( CS_GetEventConditionAttributes_Response val ) : void
selectGetProgramInvocationAttributes ( CS_GetProgramInvocationAttributes_Response val ) : void
selectOtherRequests ( ) : void
selectOtherRequests ( GSF.ASN1.Types.NullObject val ) : void
selectStatus ( CS_Status_Response val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isGetEventConditionAttributesSelected() public method

public isGetEventConditionAttributesSelected ( ) : bool
return bool

isGetProgramInvocationAttributesSelected() public method

public isGetProgramInvocationAttributesSelected ( ) : bool
return bool

isOtherRequestsSelected() public method

public isOtherRequestsSelected ( ) : bool
return bool

isStatusSelected() public method

public isStatusSelected ( ) : bool
return bool

selectGetEventConditionAttributes() public method

public selectGetEventConditionAttributes ( CS_GetEventConditionAttributes_Response val ) : void
val CS_GetEventConditionAttributes_Response
return void

selectGetProgramInvocationAttributes() public method

public selectGetProgramInvocationAttributes ( CS_GetProgramInvocationAttributes_Response val ) : void
val CS_GetProgramInvocationAttributes_Response
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

selectStatus() public method

public selectStatus ( CS_Status_Response val ) : void
val CS_Status_Response
return void