C# 클래스 GSF.MMS.Model.Response_Detail

상속: IASN1PreparedElement
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

initWithDefaults() 공개 메소드

public initWithDefaults ( ) : void
리턴 void

isGetEventConditionAttributesSelected() 공개 메소드

public isGetEventConditionAttributesSelected ( ) : bool
리턴 bool

isGetProgramInvocationAttributesSelected() 공개 메소드

public isGetProgramInvocationAttributesSelected ( ) : bool
리턴 bool

isOtherRequestsSelected() 공개 메소드

public isOtherRequestsSelected ( ) : bool
리턴 bool

isStatusSelected() 공개 메소드

public isStatusSelected ( ) : bool
리턴 bool

selectGetEventConditionAttributes() 공개 메소드

public selectGetEventConditionAttributes ( CS_GetEventConditionAttributes_Response val ) : void
val CS_GetEventConditionAttributes_Response
리턴 void

selectGetProgramInvocationAttributes() 공개 메소드

public selectGetProgramInvocationAttributes ( CS_GetProgramInvocationAttributes_Response val ) : void
val CS_GetProgramInvocationAttributes_Response
리턴 void

selectOtherRequests() 공개 메소드

public selectOtherRequests ( ) : void
리턴 void

selectOtherRequests() 공개 메소드

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

selectStatus() 공개 메소드

public selectStatus ( CS_Status_Response val ) : void
val CS_Status_Response
리턴 void