Class IntItemsIdentifierContext
Contains a list of item identifiers
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Storage
Assembly: Xperiflow.dll
Declaration
public class IntItemsIdentifierContext
Properties
ItemIds
Declaration
[JsonProperty("item_ids", Required = Required.Always)]
public IEnumerable<int> ItemIds { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static IntItemsIdentifierContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.Storage.IntItemsIdentifierContext
Parameters
Type | Name |
---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString