RowField<TForeign> class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with a Row value
public class RowField<TForeign> : CustomClassField<TForeign>
where TForeign : class, IRow
parameter | description |
---|---|
TForeign | The type of the foreign. |
Public Members
name | description |
---|---|
RowField(…) | Initializes a new instance of the RowField class. |
Protected Members
name | description |
---|---|
override Clone(…) | Clones the specified value. |
override CompareValues(…) | Compares the values. |
See Also
- class CustomClassField<TValue>
- class TForeign
- interface IRow
- Source: RowField.cs