Class ArTarget_List.QueryOutcome
Inheritance
System.Object
ArTarget_List.QueryOutcome
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()
Namespace: Appearition.ArTargetImageAndMedia.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class QueryOutcome
Fields
View SourceArTargets
Declaration
public List<ArTarget> ArTargets
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ArTarget> |
Page
Declaration
public int Page
Field Value
Type | Description |
---|---|
System.Int32 |
RecordsPerPage
Declaration
public int RecordsPerPage
Field Value
Type | Description |
---|---|
System.Int32 |
StatusOptions
Declaration
public List<string> StatusOptions
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
TotalRecords
Declaration
public int TotalRecords
Field Value
Type | Description |
---|---|
System.Int32 |