Class ItemTaskType
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class ItemTaskType : BaseEntityWithPermissions, IItemTaskType, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IItemTaskType>
Constructors
ItemTaskType()
Declaration
Properties
Color
Hex color value to display for this task
Declaration
[StringLength(10)]
public string Color { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Name
The name of the task type
Declaration
[Required]
[StringLength(100)]
public string Name { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IItemTaskType)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IItemTaskType source)
Parameters
Type |
Name |
Description |
IItemTaskType |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods