Source 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 Source values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Impexium.Models.Source+SourceJsonConverter))]
public readonly struct Source : IEquatable<Azure.Connectors.Sdk.Impexium.Models.Source>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Impexium.Models.Source+SourceJsonConverter))>]
type Source = struct
Public Structure Source
Implements IEquatable(Of Source)
- Inheritance
-
Source
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Source(String) |
Initializes a new instance of the Source struct. |
Properties
| Name | Description |
|---|---|
|
|
|
| Fax |
Fax |
|
|
|
| Online |
Online |
| Phone |
Phone |
| Unknown |
Unknown |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(Source) | 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(Source, Source) |
Equality operator. |
| Implicit(Source to String) |
Converts a Source to its string representation. |
| Implicit(String to Source) |
Converts a string to Source. |
| Inequality(Source, Source) |
Inequality operator. |