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