Class Reconciliation
Inheritance
Reconciliation
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class Reconciliation : BaseEntityWithPermissions, IReconciliation, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ISetCopier, ICloneableAsync<IReconciliation>
Constructors
Reconciliation()
Declaration
Properties
Description
A user friendly description of this reconciliation
Declaration
[StringLength(2000)]
public string Description { get; set; }
Property Value
Name
The unique user friendly name for this Reconciliation
Declaration
[Unique]
[Required]
[StringLength(500)]
public string Name { get; set; }
Property Value
Type
The type of reconciliation to perform
Declaration
[EnumDataType(typeof(ReconciliationType))]
public ReconciliationType Type { get; set; }
Property Value
Declaration
[NotMapped]
public string Type_Tooltip { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IReconciliation)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IReconciliation source)
Parameters
Type |
Name |
Description |
IReconciliation |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods