프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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
|
public Result ( bool _isError, string _Message, IDetailedLog _LogSystem, OrganizationResponse _Response ) : System | ||
_isError | bool | |
_Message | string | |
_LogSystem | IDetailedLog | |
_Response | OrganizationResponse | |
리턴 | System |
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 |