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