C# 클래스 Cube.XRM.Framework.Result

파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Result ( bool _isError, string _Message, IDetailedLog _LogSystem, OrganizationResponse _Response ) : System
Result ( bool _isError, string _Message, Object _BusinessObject, IDetailedLog _LogSystem ) : System

Default constractor of Result Class for Object

메소드 상세

Result() 공개 메소드

public Result ( bool _isError, string _Message, IDetailedLog _LogSystem, OrganizationResponse _Response ) : System
_isError bool
_Message string
_LogSystem IDetailedLog
_Response OrganizationResponse
리턴 System

Result() 공개 메소드

Default constractor of Result Class for Object
public Result ( bool _isError, string _Message, Object _BusinessObject, IDetailedLog _LogSystem ) : System
_isError bool if method send an object as a result, it will be in this object file
_Message string if there is an error result of a method you can see the detail of error in this property
_BusinessObject Object if method send an object as a result, it will be in this object file
_LogSystem IDetailedLog The _ log system.
리턴 System