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