Class ServerTaskModifiedItem
  
  
  
    Inheritance
    
    
    ServerTaskModifiedItem
   
  
  
  
  Assembly: LemonEdge.API.Entities.Auto.dll
  Syntax
  
    [DataContract]
public class ServerTaskModifiedItem : BaseEntity, IServerTaskModifiedItem, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IServerTaskModifiedItem>
   
  Constructors
  
  ServerTaskModifiedItem()
  
  
  Declaration
  
    public ServerTaskModifiedItem()
   
  Properties
  
  ItemID
  [Key] The globally unique id of the entity being linked to
Declaration
  
    public Guid ItemID { get; set; }
   
  Property Value
  
  
  ItemID_Label
  
  
  Declaration
  
    public string ItemID_Label { get; set; }
   
  Property Value
  
  
  ItemID_Label_Silent
  
  
  Declaration
  
    [NotMapped]
public string ItemID_Label_Silent { get; set; }
   
  Property Value
  
  
  ItemTypeID
  [Key] The type of entity that was modified
Declaration
  
    public Guid ItemTypeID { get; set; }
   
  Property Value
  
  
  ServerTaskID
  
  
  Declaration
  
    [RequiredNoDefaultIDValidation]
public Guid ServerTaskID { get; set; }
   
  Property Value
  
  
  ServerTaskID_Label
  
  
  Declaration
  
    public string ServerTaskID_Label { get; set; }
   
  Property Value
  
  
  ServerTaskID_Label_Silent
  
  
  Declaration
  
    [NotMapped]
public string ServerTaskID_Label_Silent { get; set; }
   
  Property Value
  
  
  Status
  
  
  Declaration
  
    [EnumDataType(typeof(ServerTaskItemModificationType))]
public ServerTaskItemModificationType Status { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [NotMapped]
public string Status_Tooltip { get; set; }
   
  Property Value
  
  Methods
  
  CopyFromEntity(IBaseEntity)
  
  
  Declaration
  
    protected override void CopyFromEntity(IBaseEntity src)
   
  Parameters
  
  Overrides
  
  
  CopyFromSource(IServerTaskModifiedItem)
  Updates all properties in this item to have the same properties as the source object.
Declaration
  
    public void CopyFromSource(IServerTaskModifiedItem source)
   
  Parameters
  
  Implements
  
  
  
  
  
  
  
  
  Extension Methods