Class ProcessUserTaskSchemaRequest
Implements
ServiceStack.ServiceHost.IReturn
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Nui.ServiceModel.DataContract
Assembly: Terrasoft.Nui.ServiceModel.dll
Syntax
public class ProcessUserTaskSchemaRequest : IReturn<AllSchemaResponse<ContractProcessUserTaskSchema>>, IReturn
Constructors
ProcessUserTaskSchemaRequest()
Declaration
public ProcessUserTaskSchemaRequest()
Properties
ItemsData
Declaration
public List<Dictionary<string, string>> ItemsData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>> |
Implements
ServiceStack.ServiceHost.IReturn<>
ServiceStack.ServiceHost.IReturn