Search Results for

    Show / Hide Table of Contents

    Class ScriptListRequest

    Script list request.

    Inheritance
    System.Object
    ScriptListRequest
    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: TimeCockpit.Data
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ScriptListRequest

    Constructors

    ScriptListRequest()

    Declaration
    public ScriptListRequest()

    Properties

    Condition

    Gets or sets the additional query condition.

    Declaration
    public string Condition { get; set; }
    Property Value
    Type Description
    System.String

    ListName

    Gets or sets the name of the list within the model.

    Declaration
    public string ListName { get; set; }
    Property Value
    Type Description
    System.String

    QueryParameters

    Gets or sets the query parameters.

    Declaration
    public IEnumerable<QueryParameter> QueryParameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<QueryParameter>
    In This Article
    • Constructors
      • ScriptListRequest()
    • Properties
      • Condition
      • ListName
      • QueryParameters
    Back to top Copyright © 2020 software architects gmbh