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