FieldIdentifier 結構

定義

唯一識別可編輯的單一欄位。 這可能對應至模型物件上的屬性,也可以是任何其他具名值。

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)
繼承
FieldIdentifier
實作

建構函式

FieldIdentifier(Object, String)

初始化 FieldIdentifier 結構的新執行個體。

屬性

FieldName

取得可編輯欄位的名稱。

Model

取得擁有可編輯欄位的物件。

方法

Create<TField>(Expression<Func<TField>>)

初始化 FieldIdentifier 結構的新執行個體。

Equals(FieldIdentifier)

唯一識別可編輯的單一欄位。 這可能對應至模型物件上的屬性,也可以是任何其他具名值。

Equals(Object)

唯一識別可編輯的單一欄位。 這可能對應至模型物件上的屬性,也可以是任何其他具名值。

GetHashCode()

唯一識別可編輯的單一欄位。 這可能對應至模型物件上的屬性,也可以是任何其他具名值。

適用於