C# Class Cube.XRM.Framework.Result

Datei anzeigen Open project: bkanlica/CubeXrmFramework

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Result() public method

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

Result() public method

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.
return System