See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The NTierDesignerEntityAccessor type exposes the following members.

Constructors

  NameDescription
Public methodNTierDesignerEntityAccessor
Initializes a new instance of the NTierDesignerEntityAccessor class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetEntityAccessor (Overrides ClientEntityAccessorGetEntityAccessor(Type).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPropertyValue (Inherited from EntityAccessor.)
Protected methodGetPropertyValueCore (Inherited from ClientEntityAccessor.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadEntity(Type, Object, EntityLoadOptions) (Inherited from EntityAccessor.)
Public methodLoadEntity(EntityDescriptor, Object, EntityLoadOptions) (Inherited from EntityAccessor.)
Protected methodLoadEntityCore (Inherited from ClientEntityAccessor.)
Protected methodLoadEntityImpl (Inherited from ClientEntityAccessor.)
Public methodLoadKeyList (Inherited from EntityAccessor.)
Protected methodLoadKeyListCore (Inherited from ClientEntityAccessor.)
Protected methodLoadKeyListImpl (Inherited from ClientEntityAccessor.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewAutoKeys (Inherited from EntityAccessor.)
Protected methodNewAutoKeysCore (Inherited from ClientEntityAccessor.)
Protected methodNewAutoKeysImpl (Inherited from ClientEntityAccessor.)
Public methodNewEntitySet(Type) (Inherited from EntityAccessor.)
Public methodNewEntitySet(Type, Type, IEntityCollectionRelationship) (Inherited from EntityAccessor.)
Protected methodNewEntitySetCore(Type) (Inherited from ClientEntityAccessor.)
Protected methodNewEntitySetCore(Type, Type, IEntityCollectionRelationship) (Inherited from ClientEntityAccessor.)
Protected methodNewEntitySetImpl(Type) (Inherited from ClientEntityAccessor.)
Protected methodNewEntitySetImpl(Type, Type, IEntityCollectionRelationship) (Inherited from ClientEntityAccessor.)
Public methodNotifyLocalEntitySetCreated (Inherited from EntityAccessor.)
Protected methodNotifyLocalEntitySetCreatedCore (Inherited from ClientEntityAccessor.)
Protected methodOnBeforeSaveChanges (Inherited from ClientEntityAccessor.)
Protected methodOnError (Overrides ClientEntityAccessorOnError(EntityAccessorErrorEventArgs).)
Public methodQuery(Type, EntityQuery, EntityLoadOptions) (Inherited from EntityAccessor.)
Public methodQuery(Type, EntityDescriptor, EntityQuery, EntityLoadOptions) (Inherited from EntityAccessor.)
Protected methodQueryCore (Inherited from ClientEntityAccessor.)
Protected methodQueryImpl (Inherited from ClientEntityAccessor.)
Protected methodRethrowEntityException (Inherited from ClientEntityAccessor.)
Public methodSaveChanges (Inherited from EntityAccessor.)
Protected methodSaveChangesCore (Inherited from ClientEntityAccessor.)
Protected methodSaveChangesImpl (Inherited from ClientEntityAccessor.)
Public methodSupportsQuery (Overrides ClientEntityAccessorSupportsQuery(EntityDescriptor).)
Protected methodSupportsQueryUncached (Inherited from ClientEntityAccessor.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Protected propertyAutoKeyCacheSize (Inherited from ClientEntityAccessor.)
Protected propertyEnforceConstraints (Inherited from EntityAccessor.)
Protected propertyEntitySetSynchroniser (Inherited from ClientEntityAccessor.)
Protected propertyOwner (Inherited from EntityAccessor.)
Protected propertyRaiseEntitySaveEvents (Inherited from ClientEntityAccessor.)
Protected propertyValidateBeforeSaveChanges (Inherited from EntityAccessor.)

Events

  NameDescription
Public eventError (Inherited from ClientEntityAccessor.)

See Also