NShape Reference
ShapeType.GetPropertyDefinitions Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > ShapeType Class >

NShape Reference
ShapeType.GetPropertyDefinitions Method

Previous pageReturn to chapter overviewNext page

Retrieves the property definitions of the shape type.

Syntax

public IEnumerable<EntityPropertyDefinition> GetPropertyDefinitions(int version)

Description

Retrieves the property definitions of the shape type.

Parameters

Name

Description

version

Repository version for which the property definitions are to retrieved.

Return Value

Enumeration of property definitions (EntityFieldDefinition or EntityInnerObjectsDefinition).

Exceptions

None