Size 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 Size values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Size+SizeJsonConverter))]
public readonly struct Size : IEquatable<Azure.Connectors.Sdk.Plumsail.Models.Size>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Size+SizeJsonConverter))>]
type Size = struct
Public Structure Size
Implements IEquatable(Of Size)
- Inheritance
-
Size
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Size(String) |
Initializes a new instance of the Size struct. |
Properties
| Name | Description |
|---|---|
| A2 |
A2 |
| A3 |
A3 |
| A4 |
A4 |
| A4Small |
A4Small |
| A5 |
A5 |
| B4 |
B4 |
| B5 |
B5 |
| Executive |
Executive |
| Ledger |
Ledger |
| Legal |
Legal |
| Letter |
Letter |
| LetterSmall |
LetterSmall |
| Statement |
Statement |
| Tabloid |
Tabloid |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(Size) | 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(Size, Size) |
Equality operator. |
| Implicit(Size to String) |
Converts a Size to its string representation. |
| Implicit(String to Size) |
Converts a string to Size. |
| Inequality(Size, Size) |
Inequality operator. |