StructuralObjectExtensionsGetStructuralAspect Method Breeze.sharp
Returns either a EntityAspect or ComplexAspect for the associated IStructuralObject.

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

public static StructuralAspect GetStructuralAspect(
	this IStructuralObject so
)

Parameters

so
Type: Breeze.SharpIStructuralObject

Return Value

Type: StructuralAspect

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IStructuralObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference