Interface implemented by by IEntity and IComplexObject.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The IStructuralObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize |
Method that is automatically called after the materialization of any
IEntity or IComplexObject after being retrieved from a remote data service.
|
Extension Methods
Name | Description | |
---|---|---|
GetStructuralAspect |
Returns either a EntityAspect or ComplexAspect for the associated IStructuralObject.
(Defined by StructuralObjectExtensions.) |
See Also