Show / Hide Table of Contents

Class PipelineModel

This class represents a pipeline configuration model within the application.

Inheritance
System.Object
PipelineModel
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: Vasont.Publisher.Models.Pipeline
Assembly: Vasont.Publisher.Models.dll
Syntax
public class PipelineModel

Properties

| Improve this Doc View Source

Active

Gets or sets a value indicating whether this Vasont.Publisher.Models.Pipeline is active.

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean

true if active; otherwise, false.

| Improve this Doc View Source

Configuration

Gets or sets the configuration.

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

The configuration.

| Improve this Doc View Source

CreatedBy

Gets or sets the created by user.

Declaration
public MicroUserModel CreatedBy { get; set; }
Property Value
Type Description
MicroUserModel

The created by user.

| Improve this Doc View Source

CreatedByUserId

Gets or sets the created by user identifier.

Declaration
[StringLength(450)]
public string CreatedByUserId { get; set; }
Property Value
Type Description
System.String

The created by user identifier.

| Improve this Doc View Source

CreatedDate

Gets or sets the created date.

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
System.DateTime

The created date.

| Improve this Doc View Source

Default

Gets or sets a value indicating whether this PipelineModel is default.

Declaration
public bool Default { get; set; }
Property Value
Type Description
System.Boolean

true if default; otherwise, false.

| Improve this Doc View Source

Description

Gets or sets the description details of the configuration.

Declaration
[MaxLength(500)]
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name/title of the configuration.

Declaration
[MaxLength(100)]
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PipelineId

Gets or sets the pipeline identifier.

Declaration
public Guid PipelineId { get; set; }
Property Value
Type Description
System.Guid

The pipeline identifier.

| Improve this Doc View Source

PipelineSource

Gets or sets the pipeline source.

Declaration
[MaxLength(200)]
public string PipelineSource { get; set; }
Property Value
Type Description
System.String

The pipeline source.

| Improve this Doc View Source

StatusBadgesEnabled

Gets or sets a value indicating whether the status badges of the server are enabled for this configuration.

Declaration
public bool StatusBadgesEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SystemLocked

Gets or sets a value indicating whether [system locked].

Declaration
public bool SystemLocked { get; set; }
Property Value
Type Description
System.Boolean

true if [system locked]; otherwise, false.

| Improve this Doc View Source

UpdatedBy

Gets or sets the updated by user.

Declaration
public MicroUserModel UpdatedBy { get; set; }
Property Value
Type Description
MicroUserModel

The updated by user.

| Improve this Doc View Source

UpdatedByUserId

Gets or sets the updated by user identifier.

Declaration
[StringLength(450)]
public string UpdatedByUserId { get; set; }
Property Value
Type Description
System.String

The updated by user identifier.

| Improve this Doc View Source

UpdatedDate

Gets or sets the updated date.

Declaration
public DateTime? UpdatedDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

The updated date.

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