<< Click to Display Table of Contents >> NShape Reference
|
Retrieves the property definitions of the shape type.
public IEnumerable<EntityPropertyDefinition> GetPropertyDefinitions(int version) |
Retrieves the property definitions of the shape type.
Name |
Description |
---|---|
version |
Repository version for which the property definitions are to retrieved. |
Enumeration of property definitions (EntityFieldDefinition or EntityInnerObjectsDefinition).
None