Class PipelineModel
This class represents a pipeline configuration model within the application.
Inheritance
Inherited Members
Namespace: Vasont.Publisher.Models.Pipeline
Assembly: Vasont.Publisher.Models.dll
Syntax
public class PipelineModel
Properties
| Improve this Doc View SourceActive
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 |
|
Configuration
Gets or sets the configuration.
Declaration
public string Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.String | The configuration. |
CreatedBy
Gets or sets the created by user.
Declaration
public MicroUserModel CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
MicroUserModel | The created by user. |
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. |
CreatedDate
Gets or sets the created date.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The created date. |
Default
Gets or sets a value indicating whether this PipelineModel is default.
Declaration
public bool Default { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Description
Gets or sets the description details of the configuration.
Declaration
[MaxLength(500)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name/title of the configuration.
Declaration
[MaxLength(100)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PipelineId
Gets or sets the pipeline identifier.
Declaration
public Guid PipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The pipeline identifier. |
PipelineSource
Gets or sets the pipeline source.
Declaration
[MaxLength(200)]
public string PipelineSource { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pipeline 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 |
SystemLocked
Gets or sets a value indicating whether [system locked].
Declaration
public bool SystemLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
UpdatedBy
Gets or sets the updated by user.
Declaration
public MicroUserModel UpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
MicroUserModel | The updated by user. |
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. |
UpdatedDate
Gets or sets the updated date.
Declaration
public DateTime? UpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The updated date. |