FieldIdentifier 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
唯一識別可編輯的單一欄位。 這可能對應至模型物件上的屬性,也可以是任何其他具名值。
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() |
唯一識別可編輯的單一欄位。 這可能對應至模型物件上的屬性,也可以是任何其他具名值。 |