Class CanvasPromotion
Inheritance
CanvasPromotion
Assembly: LemonEdge.API.Entities.Auto.dll
[DataContract]
[MultipleUnique(new string[] { "TeamID", "ParentCanvasID" })]
public class CanvasPromotion : BaseEntity, ICanvasPromotion, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ICanvasPromotion>
Constructors
Declaration
Properties
[Key] Links to ICanvas. Holds the canvas you want this team to have permissions to promote items
within it from.
Declaration
[RequiredNoDefaultIDValidation]
public Guid ParentCanvasID { get; set; }
Property Value
Declaration
public string ParentCanvasID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string ParentCanvasID_Label_Silent { get; set; }
Property Value
[Key] Links to ITeam. Holds the team that has permissions to promote items from within this canvas.
This column will be hidden by default when viewed from a team itself.
Declaration
[RequiredNoDefaultIDValidation]
public Guid TeamID { get; set; }
Property Value
Declaration
public string TeamID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string TeamID_Label_Silent { get; set; }
Property Value
Methods
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ICanvasPromotion source)
Parameters
Type |
Name |
Description |
ICanvasPromotion |
source |
The source object to copy all values from.
|
Implements
Extension Methods