The following tables list the members exposed by EntityGroup.
Name | Description | |
---|---|---|
![]() | ChangeNotificationEnabled | Used to suppress change events during the modification of entities within this group. |
![]() | ChangeTrackingEnabled | Used to enable or disable change tracking. Change tracking is required for both Saving entities as well as to support the IEditableObject interface. |
![]() | ComplexTypeProperties | The collection of 'ComplexType' EntityProperties for entities of the type held by this group. |
![]() | ConcurrencyProperties | The collection of 'Concurrency' EntityProperties for entities of the type held by this group. |
![]() | DataProperties | The collection of DataEntityProperties for entities of the type held by this group. |
![]() | DataSourceKeyName | Returns the name of the edmKey or wsKey defined in the IdeaBlade configuration file for entities in this group. |
![]() | DefaultEntitySetName | The default name of the entity set to use when creating new entities when a name is not provided. |
![]() | EntityManager | The EntityManager which manages this EntityGroup. |
![]() | EntityType | The type of Entity contained within this group. |
![]() | ForeignKeyProperties | The collection of 'Foreign' EntityProperties for entities of the type held by this group. |
![]() | IsNullGroup | Whether or not this is the 'null group. The 'null' group contains no entities and is automatically provided to detached entities. |
![]() | KeyProperties | The collection of 'Key' EntityProperties for entities of the type held by this group. |
![]() | Name | The name of this group. |
![]() | NavigationProperties | The collection of NavigationEntityProperties for entities of the type held by this group. |
![]() | Properties | The collection of EntityProperties for entities of the type held by this group. |
![]() | PropertyInterceptionEnabled | Used to enable or disable property interception for entities within this group; |
![]() | QueryableType | The type being queried. (same as EntityType for an EntityGroup) |
![]() | SelfAndSubtypeGroups | Returns a list of groups for this entity type and all sub-types. |
![]() | VerificationEnabled | Enable or disable verification for entities in this group. |
Name | Description | |
---|---|---|
![]() | AcceptChanges | Calls EntityAspect.AcceptChanges on all entities in this group. |
![]() | Clone | See System.ICloneable.Clone - performs a copy of entities in the EntityGroup. |
![]() | CloneStructure | Clones the structure of this EntityGroup. |
![]() ![]() | Create | Creates an instance of an EntityGroup for a specific entity type. |
![]() | Equals | (Inherited from object) |
![]() | GetChanges | Returns all of the entities within this group with the specified state or states. |
![]() ![]() | GetEntityGroupName | Returns the EntityGroup name corresponding to any IEntity subtype. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | HasChanges | Determines whether any entity in this group has pending changes. |
![]() | RejectChanges | Calls EntityAspect.RejectChanges on all entities in this group. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | IsCurrent | For internal use only. |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | EntityChanged | Fired whenever an entity's state has changed in any significant manner. |
![]() | EntityChanging | Fired whenever an entity's state is changing in any significant manner. |
![]() | EntityPropertyChanged | Fired whenever a property value on an entity has changed. |
![]() | EntityPropertyChanging | Fired whenever a property value on an entity is changing. |