EntityCoordinates Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visual position of the entity.
public class EntityCoordinates : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CloudHealth.Models.EntityCoordinates>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CloudHealth.Models.EntityCoordinates>
type EntityCoordinates = class
interface IJsonModel<EntityCoordinates>
interface IPersistableModel<EntityCoordinates>
Public Class EntityCoordinates
Implements IJsonModel(Of EntityCoordinates), IPersistableModel(Of EntityCoordinates)
- Inheritance
-
EntityCoordinates
- Implements
Constructors
EntityCoordinates(Single, Single) |
Initializes a new instance of EntityCoordinates. |
Properties
X |
X Coordinate. |
Y |
Y Coordinate. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EntityCoordinates>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EntityCoordinates>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EntityCoordinates>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EntityCoordinates>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EntityCoordinates>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |