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