EntityFields Properties |
The EntityFields type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
The number of fields allocated in this object.
(Inherited from EntityFieldsCore<TField>.) |
![]() | FieldsWithExpressionOrAggregate |
Gets the fields with expression or aggregate.
(Inherited from EntityFieldsCore<TField>.) |
![]() | InEntityDataMode |
Gets a value indicating whether this object is in entity data mode (part of an entity) or not.
(Inherited from EntityFieldsCore<TField>.) |
![]() | IsChangedInThisEditCycle |
Flag to signal if the entity fields have changed during an edit cycle which is controlled outside this IEntityFieldsCore object. If set to
true, EndEdit will succeed, otherwise EndEdit will ignore any changes, since these are made in a previous edit cycle which is already
ended.
(Inherited from EntityFieldsCore<TField>.) |
![]() | IsDirty |
Gets/sets the flag if the contents of the Entity Fields object is 'dirty', which means that one or more fields are changed.
(Inherited from EntityFieldsCore<TField>.) |
![]() | IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
(Inherited from EntityFieldsCore<TField>.) |
![]() | IsReadOnly |
Gets a value indicating whether the IList is read-only.
(Inherited from EntityFieldsCore<TField>.) |
![]() | IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from EntityFieldsCore<TField>.) |
![]() | Item[Int32] |
Gets / sets the field on the specified Index.
(Inherited from EntityFieldsCore<TField>.) |
![]() | Item[String] |
Gets the field with the specified name.
(Inherited from EntityFieldsCore<TField>.) |
![]() | PrimaryKeyFields |
List of field references which form the primary key. Returns empty list if this object isn't part of an entity.
(Inherited from EntityFieldsCore<TField>.) |
![]() | State |
The state of the Entity Fields object, the heart and soul of every EntityObject.
(Inherited from EntityFieldsCore<TField>.) |
![]() | SyncRoot |
Not supported
(Inherited from EntityFieldsCore<TField>.) |
![]() | WrappedFieldsArray |
Gets the wrapped fields array.
(Inherited from EntityFieldsCore<TField>.) |
Name | Description | |
---|---|---|
![]() ![]() | ICollection<IEntityFieldCore>.Count |
Gets the number of slots allocated in this fields object.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | ICollection<IEntityFieldCore>.IsReadOnly |
Gets a value indicating whether this instance is read only.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IList<IEntityFieldCore>.Item |
Gets / sets the field on the specified Index.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IList.Item |
Gets / sets the EntityField on the specified Index.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.Count |
Gets the number of slots allocated in this fields object.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.InheritanceInfoProviderToUse |
Gets the inheritance info provider to use.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.IsChangedInThisEditCycle |
Flag to signal if the entity fields have changed during an edit cycle which is controlled outside this IIEntityFieldsCore object. If set to
true, EndEdit will succeed, otherwise EndEdit will ignore any changes, since these are made in a previous edit cycle which is already
ended.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.IsDirty |
Gets / sets the flag if the contents of the IEntityFieldsCore object is 'dirty', which means that one or more fields are changed.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.Item[Int32] |
Gets / sets the field on the specified Index.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.Item[String] |
Gets the EntityField with the specified name.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.OwnPrimaryKeyFieldInfos |
Gets the primary key field infos of the pk fields owned by this entity, so not the pk fields inherited from a supertype. If
this entity isn't in a TPE inheritance hierarchy, this property is equal to PrimaryKeyFieldInfos
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.PrimaryKeyFieldInfos |
Gets the primary key field infos. Similar to PrimaryKeyFields, but this property doesn't trigger field creation.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.PrimaryKeyFields |
List of IEntityFieldCore references which form the 'primary key', or uniquely identifying set of values for this set of fields, thus for the entity
holding these fields. If possible use PrimaryKeyFieldInfos instead.
(Inherited from EntityFieldsCore<TField>.) |
![]() ![]() | IEntityFieldsCore.State |
The state of the IEntityFieldsCore object
(Inherited from EntityFieldsCore<TField>.) |