C# Класс Cube.XRM.Framework.Result

Показать файл Открыть проект

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