Show / Hide Table of Contents

Class PluginResponseInfoWithChanges

Inheritance
object
PluginResponseInfo
PluginResponseInfoWithChanges
Inherited Members
PluginResponseInfo.ToString()
PluginResponseInfo.Merge(PluginResponseInfo)
PluginResponseInfo.SetErrorAndUserExplanation(string, string)
PluginResponseInfo.State
PluginResponseInfo.IsOk
PluginResponseInfo.UserExplanation
PluginResponseInfo.TechExplanation
PluginResponseInfo.ErrorCode
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Sale
Assembly: SoDataBase.dll
Syntax
public class PluginResponseInfoWithChanges : PluginResponseInfo

Constructors

PluginResponseInfoWithChanges()

Declaration
public PluginResponseInfoWithChanges()

Properties

Added

Declaration
public List<KeyValuePair<string, int>> Added { get; set; }
Property Value
Type Description
List<KeyValuePair<string, int>>

Deleted

Declaration
public List<KeyValuePair<string, int>> Deleted { get; set; }
Property Value
Type Description
List<KeyValuePair<string, int>>

Updated

Declaration
public List<KeyValuePair<string, int>> Updated { get; set; }
Property Value
Type Description
List<KeyValuePair<string, int>>

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top