IStructuralObject Interface Breeze.sharp
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

public interface IStructuralObject

The IStructuralObject type exposes the following members.

Methods

  NameDescription
Public methodInitialize
Method that is automatically called after the materialization of any IEntity or IComplexObject after being retrieved from a remote data service.
Top
Extension Methods

  NameDescription
Public Extension MethodGetStructuralAspect
Returns either a EntityAspect or ComplexAspect for the associated IStructuralObject.
(Defined by StructuralObjectExtensions.)
Top
See Also

Reference