Provides entity services to a ComplexObject.
Inheritance Hierarchy
Breeze.SharpStructuralAspect
Breeze.SharpComplexAspect
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The ComplexAspect type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValidationErrors | (Overrides StructuralAspectGetValidationErrors(String).) | |
| GetValue(String) | (Inherited from StructuralAspect.) | |
| GetValue(StructuralProperty) | (Inherited from StructuralAspect.) | |
| GetValue(DataProperty, EntityVersion) | (Inherited from StructuralAspect.) | |
| SetValue | (Overrides StructuralAspectSetValue(String, Object).) | |
| StructuralEquals |
Performs an equality comparison of complex objects determined by their constituent values.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate | (Inherited from StructuralAspect.) | |
| ValidateProperty | (Inherited from StructuralAspect.) |
Properties
| Name | Description | |
|---|---|---|
| ComplexObject |
Returns the wrapped IComplexObject.
| |
| ComplexType | ||
| EntityManager |
The EntityManager that manages the ParentEntity.
| |
| EntityState | (Overrides StructuralAspectEntityState.) | |
| EntityVersion | (Overrides StructuralAspectEntityVersion.) | |
| Initialized | (Inherited from StructuralAspect.) | |
| OriginalValuesMap | (Inherited from StructuralAspect.) | |
| Parent |
The parent object (either an Entity or a ComplexObject) to this ComplexObject.
| |
| ParentEntity |
The top level parent IEntity that owns this complex object.
| |
| ParentEntityProperty |
The property on the top level parent entity that owns this complex object.
| |
| ParentProperty |
The EntityProperty of the Parent that contains this object.
| |
| PreproposedValuesMap | (Inherited from StructuralAspect.) | |
| StructuralType | (Overrides StructuralAspectStructuralType.) |
Remarks
See Also