Class TransactionAggregator
Inheritance
TransactionAggregator
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class TransactionAggregator : BaseEntityWithPermissions, ITransactionAggregator, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ISetCopier, ICloneableAsync<ITransactionAggregator>
Constructors
TransactionAggregator()
Declaration
public TransactionAggregator()
Properties
Description
A user friendly description of this Transaction Aggregator
Declaration
[StringLength(2000)]
public string Description { get; set; }
Property Value
Name
[Key] The unique user friendly name for this Transaction Aggregator
Declaration
[Unique]
[Required]
[StringLength(500)]
public string Name { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ITransactionAggregator)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ITransactionAggregator source)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods