Class CcdPromotion
CcdPromotion model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdPromotion : object
Constructors
CcdPromotion(String, System.Guid, String, System.Guid, Int32, System.Guid, CcdPromotion.PromotionStatusOptions, System.Guid, String, System.Guid)
Creates an instance of CcdPromotion.
Declaration
public CcdPromotion(string error = null, System.Guid fromBucketId = null, string fromBucketName = null, System.Guid fromReleaseId = null, int fromReleaseNumber = null, System.Guid promotionId = null, CcdPromotion.PromotionStatusOptions promotionStatus = (CcdPromotion.PromotionStatusOptions)0, System.Guid toBucketId = null, string toBucketName = null, System.Guid toReleaseId = null)
Parameters
Type | Name | Description |
---|---|---|
String | error | error param |
System.Guid | fromBucketId | fromBucketId param |
String | fromBucketName | fromBucketName param |
System.Guid | fromReleaseId | fromReleaseId param |
Int32 | fromReleaseNumber | fromReleaseNumber param |
System.Guid | promotionId | promotionId param |
CcdPromotion.PromotionStatusOptions | promotionStatus | promotionStatus param |
System.Guid | toBucketId | toBucketId param |
String | toBucketName | toBucketName param |
System.Guid | toReleaseId | toReleaseId param |
Properties
Error
Declaration
public string Error { get; }
Property Value
Type | Description |
---|---|
String |
FromBucketId
Declaration
public System.Guid FromBucketId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
FromBucketName
Declaration
public string FromBucketName { get; }
Property Value
Type | Description |
---|---|
String |
FromReleaseId
Declaration
public System.Guid FromReleaseId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
FromReleaseNumber
Declaration
public int FromReleaseNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
PromotionId
Declaration
public System.Guid PromotionId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
PromotionStatus
Declaration
public CcdPromotion.PromotionStatusOptions PromotionStatus { get; }
Property Value
Type | Description |
---|---|
CcdPromotion.PromotionStatusOptions |
ToBucketId
Declaration
public System.Guid ToBucketId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
ToBucketName
Declaration
public string ToBucketName { get; }
Property Value
Type | Description |
---|---|
String |
ToReleaseId
Declaration
public System.Guid ToReleaseId { get; }
Property Value
Type | Description |
---|---|
System.Guid |