Class PluginResponseInfoWithChanges
Inheritance
PluginResponseInfoWithChanges
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
Deleted
Declaration
public List<KeyValuePair<string, int>> Deleted { get; set; }
Property Value
Updated
Declaration
public List<KeyValuePair<string, int>> Updated { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)