Class SetEntity
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class SetEntity : BaseEntity, ISetEntity, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ISetEntity>
Constructors
SetEntity()
Declaration
Properties
EntityID
[Key] Links to IObjectEntity. The entity that belongs within this entity set
Declaration
[RequiredNoDefaultIDValidation]
public Guid EntityID { get; set; }
Property Value
EntityID_Label
Declaration
public string EntityID_Label { get; set; }
Property Value
EntityID_Label_Silent
Declaration
[NotMapped]
public string EntityID_Label_Silent { get; set; }
Property Value
EntitySetID
[Key] Links to IEntitySet. The entity set this object entity belongs to
Declaration
[RequiredNoDefaultIDValidation]
public Guid EntitySetID { get; set; }
Property Value
EntitySetID_Label
Declaration
public string EntitySetID_Label { get; set; }
Property Value
EntitySetID_Label_Silent
Declaration
[NotMapped]
public string EntitySetID_Label_Silent { get; set; }
Property Value
OwnerID
[Key] Links to IObjectEntity. The optional entity that owns this entity. Used with fund classes where the issuing entity can be recorded as the owner
Declaration
public Guid? OwnerID { get; set; }
Property Value
OwnerID_Label
Declaration
public string OwnerID_Label { get; set; }
Property Value
OwnerID_Label_Silent
Declaration
[NotMapped]
public string OwnerID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ISetEntity)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ISetEntity source)
Parameters
Type |
Name |
Description |
ISetEntity |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods