FieldIdentifier 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.
Uniquely identifies a single field that can be edited. This may correspond to a property on a model object, or can be any other named value.
public value class FieldIdentifier : IEquatable<Microsoft::AspNetCore::Components::Forms::FieldIdentifier>
public readonly struct FieldIdentifier : IEquatable<Microsoft.AspNetCore.Components.Forms.FieldIdentifier>
type FieldIdentifier = struct
Public Structure FieldIdentifier
Implements IEquatable(Of FieldIdentifier)
- Inheritance
-
FieldIdentifier
- Implements
Constructors
| Name | Description |
|---|---|
| FieldIdentifier(Object, String) |
Initializes a new instance of the FieldIdentifier structure. |
Properties
| Name | Description |
|---|---|
| FieldName |
Gets the name of the editable field. |
| Model |
Gets the object that owns the editable field. |
Methods
| Name | Description |
|---|---|
| Create<TField>(Expression<Func<TField>>) |
Initializes a new instance of the FieldIdentifier structure. |
| Equals(FieldIdentifier) |
Determines whether the specified FieldIdentifier is equal to the current field identifier. |
| Equals(Object) |
Determines whether the specified object is equal to the current field identifier. |
| GetHashCode() |
Returns the hash code for this field identifier. |