Orientation Struct
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.
Extensible enum for known Orientation values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Orientation+OrientationJsonConverter))]
public readonly struct Orientation : IEquatable<Azure.Connectors.Sdk.Plumsail.Models.Orientation>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Orientation+OrientationJsonConverter))>]
type Orientation = struct
Public Structure Orientation
Implements IEquatable(Of Orientation)
- Inheritance
-
Orientation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Orientation(String) |
Initializes a new instance of the Orientation struct. |
Properties
| Name | Description |
|---|---|
| Landscape |
Landscape |
| Portrait |
Portrait |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(Orientation) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(Orientation, Orientation) |
Equality operator. |
| Implicit(Orientation to String) |
Converts a Orientation to its string representation. |
| Implicit(String to Orientation) |
Converts a string to Orientation. |
| Inequality(Orientation, Orientation) |
Inequality operator. |