DataScript<TData> class
namespace: Serenity.Web assembly: Serenity.Net.Services
Generic subclass of the DataScript.
public abstract class DataScript<TData> : DataScript
where TData : class
| parameter | description |
|---|---|
| TData | The data type. |
Protected Members
| name | description |
|---|---|
| DataScript() | Creates a new instance of the class. |
| abstract GetData() | Gets the data object. |
See Also
- class DataScript
- Source: DataScriptT.cs