Show / Hide Table of Contents

Class PipelineRunQueryRequestModel

This class contains query request parameters for browsing pipeline configurations.

Inheritance
System.Object
PaginatedQueryRequestModel
PipelineRunQueryRequestModel
Inherited Members
PaginatedQueryRequestModel.Page
PaginatedQueryRequestModel.Limit
PaginatedQueryRequestModel.Sort
PaginatedQueryRequestModel.Dir
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: Vasont.Publisher.Models.Pipeline
Assembly: Vasont.Publisher.Models.dll
Syntax
public class PipelineRunQueryRequestModel : PaginatedQueryRequestModel

Properties

| Improve this Doc View Source

SearchText

Gets or sets the search text.

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

The search text.

| Improve this Doc View Source

States

Gets or sets the states.

Declaration
public List<PipelineRunState> States { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PipelineRunState>

The states.

See Also

PipelineQueryRequestModel
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont