Class AxisPropertiesMapper
Represents a mapper that converts objects between AxisProperties and
Namespace: Unity.DigitalTwins.Live.Sdk.Mappers.Configurations.Plots
Assembly: solution.dll
Syntax
public static class AxisPropertiesMapper
Methods
ToClientModel(AxisProperties)
Gets an
Declaration
public static AxisPropertiesResource ToClientModel(this AxisProperties obj)
Parameters
Type | Name | Description |
---|---|---|
AxisProperties | obj | The converting source. |
Returns
Type | Description |
---|---|
AxisPropertiesResource | The converted result. |
ToServiceModel(AxisPropertiesResource)
Gets an AxisProperties by converting an
Declaration
public static AxisProperties ToServiceModel(this AxisPropertiesResource obj)
Parameters
Type | Name | Description |
---|---|---|
AxisPropertiesResource | obj | The converting source. |
Returns
Type | Description |
---|---|
AxisProperties | The converted result. |