Class CanvasPromotedItem
Inheritance
CanvasPromotedItem
Assembly: LemonEdge.API.Entities.Auto.dll
[DataContract]
public class CanvasPromotedItem : BaseEntity, ICanvasPromotedItem, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ICanvasPromotedItem>
Constructors
Declaration
public CanvasPromotedItem()
Properties
Declaration
public Guid ApprovedByUserID { get; set; }
Property Value
Declaration
public string ApprovedByUserID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string ApprovedByUserID_Label_Silent { get; set; }
Property Value
[Key] The globally unique id of the entity being linked to
Declaration
public Guid ItemID { get; set; }
Property Value
Declaration
public string ItemID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string ItemID_Label_Silent { get; set; }
Property Value
[Key] The type of entity that was promoted
Declaration
public Guid ItemTypeID { get; set; }
Property Value
Declaration
public Guid? LastModifiedInCanvasByUserID { get; set; }
Property Value
Declaration
public string LastModifiedInCanvasByUserID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string LastModifiedInCanvasByUserID_Label_Silent { get; set; }
Property Value
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
Declaration
[EnumDataType(typeof(CanvasItemStatus))]
public CanvasItemStatus Status { get; set; }
Property Value
Declaration
[NotMapped]
public string Status_Tooltip { 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(ICanvasPromotedItem source)
Parameters
Implements
Extension Methods