Click or drag to resize
IEntityFields Properties

The IEntityFields type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of slots allocated in this fields object.
(Inherited from IEntityFieldsCore.)
Public propertyFieldsWithExpressionOrAggregate
Gets the fields with expression or aggregate.
(Inherited from IEntityFieldsCore.)
Public propertyInheritanceInfoProviderToUse
Gets the inheritance info provider to use.
(Inherited from IEntityFieldsCore.)
Public propertyIsChangedInThisEditCycle
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 IEntityFieldsCore.)
Public propertyIsDirty
Gets / sets the flag if the contents of the EntityFields2 object is 'dirty', which means that one or more fields are changed.
(Inherited from IEntityFieldsCore.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from IList.)
Public propertyIsReadOnly (Inherited from ICollectionIEntityFieldCore.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItemInt32
Gets / sets the EntityField on the specified Index.
Public propertyItemString
Gets the EntityField with the specified name.
Public propertyOwnPrimaryKeyFieldInfos
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 IEntityFieldsCore.)
Public propertyPrimaryKeyFieldInfos
Gets the primary key field infos. Similar to PrimaryKeyFields, but this property doesn't trigger field creation.
(Inherited from IEntityFieldsCore.)
Public propertyPrimaryKeyFields
List of IEntityField references which form the primary key
Public propertyState
The state of the IEntityFieldsCore object
(Inherited from IEntityFieldsCore.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Top
See Also