Base class for both EntityAspect and ComplexAspect.
Inheritance Hierarchy
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
The StructuralAspect type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StructuralAspect | Initializes a new instance of the StructuralAspect class |
Methods
| Name | Description | |
|---|---|---|
| ClearBackupVersion | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOriginalValue | ||
| GetPreproposedValue | ||
| GetRawValue | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValidationErrors | ||
| GetValue(String) | ||
| GetValue(StructuralProperty) | ||
| GetValue(DataProperty, EntityVersion) | ||
| GetValueT(String) | ||
| GetValueT(StructuralProperty) | ||
| GetValues | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessComplexProperties | ||
| RejectChangesCore | ||
| RestoreBackupVersion | ||
| SetDpValue | ||
| SetRawValue | ||
| SetValue | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateBackupVersion | ||
| Validate | ||
| ValidateCore | ||
| ValidateInternal | ||
| ValidateProperty |
Properties
| Name | Description | |
|---|---|---|
| BackingStore | ||
| EntityState | ||
| EntityVersion | ||
| Initialized | ||
| OriginalValuesMap | ||
| PreproposedValuesMap | ||
| StructuralObject | ||
| StructuralType |
See Also