StructuralAspect Class Breeze.sharp
Base class for both EntityAspect and ComplexAspect.
Inheritance Hierarchy

SystemObject
  Breeze.SharpStructuralAspect
    Breeze.SharpComplexAspect
    Breeze.SharpEntityAspect

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public abstract class StructuralAspect

The StructuralAspect type exposes the following members.

Constructors

  NameDescription
Public methodStructuralAspect
Initializes a new instance of the StructuralAspect class
Top
Methods

  NameDescription
Protected methodClearBackupVersion
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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetOriginalValue
Protected methodGetPreproposedValue
Protected methodGetRawValue
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidationErrors
Public methodGetValue(String)
Public methodGetValue(StructuralProperty)
Public methodGetValue(DataProperty, EntityVersion)
Public methodGetValueT(String)
Public methodGetValueT(StructuralProperty)
Protected methodGetValues
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessComplexProperties
Protected methodRejectChangesCore
Protected methodRestoreBackupVersion
Protected methodSetDpValue
Protected methodSetRawValue
Public methodSetValue
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateBackupVersion
Public methodValidate
Protected methodValidateCore
Protected methodValidateInternal
Public methodValidateProperty
Top
Properties

  NameDescription
Protected propertyBackingStore
Public propertyEntityState
Public propertyEntityVersion
Public propertyInitialized
Public propertyOriginalValuesMap
Public propertyPreproposedValuesMap
Protected propertyStructuralObject
Public propertyStructuralType
Top
See Also

Reference