Models a field definition..
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Automatic type.
public AutomaticType AutomaticType { get; set; }Field data type.
public DataType DataType { get; set; }Field key, name of the dictionary key.
public String FieldKey { get; set; }Name of the database field or column.
public String FieldName { get; set; }Whether this Field is the multi-tenant partition key.
public Boolean IsPartitionKey { get; set; }Position of the field within the primary key.
public String PrimaryKey { get; set; }Checks whether other is equals to this instance.
public Boolean Equals(other)true if the objects are equal.
| Name | Type | Summary |
|---|---|---|
| other | Field | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the objects are equal.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Not required implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of a Field.
public String ToString()In this document