EntityProperty Class
EntityProperty Class
Contains the name, descriptive name, and data type of a property for an entity type in a data source. In addition to describing the property, the EntityProperty class is used to determine how the actual values (the EntityPropertyValue objects) are organized in a data source.
Public Class EntityProperty Inherits System.Object
[C#]
public class EntityProperty : System.Object
Member of [Namespace]
Public Properties
Name | Description |
---|---|
DataType | The XSD data type of the property of an entity type. |
DisplayName | The descriptive name of a property. |
Name | The name of the property. The maximum length of this property is 50 characters. |
Remarks
The EntityProperty class is returned in the EntityType.Properties property by the CommonServiceSoap.GetEntityTypes method.
The value of the Name property is used with the FindFilter.PropertyNames property, which is passed in the specification parameter of the FindServiceSoap.FindByID, FindServiceSoap.FindByProperty, FindServiceSoap.FindNearby, FindServiceSoap.FindPolygon, and FindServiceSoap.FindNearRoute methods.
See Also
EntityType.Properties Property | CommonServiceSoap.GetEntityTypes Method | FindNearbySpecification.Filter Property | FindServiceSoap Class | EntityPropertyValue.Value Property