Class ScriptListRequest
- Namespace
- TimeCockpit.Data
- Assembly
- TimeCockpit.Data.dll
Script list request.
public class ScriptListRequest
- Inheritance
-
ObjectScriptListRequest
- Inherited Members
-
Object.ToString()Object.Equals(Object)Object.Equals(Object, Object)Object.ReferenceEquals(Object, Object)Object.GetHashCode()Object.GetType()Object.MemberwiseClone()
Constructors
ScriptListRequest()
public ScriptListRequest()
Properties
Condition
Gets or sets the additional query condition.
public string Condition { get; set; }
Property Value
- String
ListName
Gets or sets the name of the list within the model.
public string ListName { get; set; }
Property Value
- String
QueryParameters
Gets or sets the query parameters.
public IEnumerable<QueryParameter> QueryParameters { get; set; }
Property Value
- IEnumerable<QueryParameter>