Click or drag to resize

GeographyPointPartialEntity Class

A geography partial entity.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.CustomerGeographyPointPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class GeographyPointPartialEntity : EntityObject, 
	IPartialEntity

The GeographyPointPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyHasCoordinates
Gets a value indicating whether this instance has coordinates.
Public propertyIsValidPoint
Gets or sets a value indicating whether this instance is valid point.
Public propertyLat
Gets or sets the lat.
Public propertyLong
Gets or sets the long.
Top
See Also