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