PropertyItemsScript class
namespace: Serenity.Web assembly: Serenity.Net.Services
Abstract base class for ColumnsScript and FormScript.
public abstract class PropertyItemsScript : IGetScriptData, INamedDynamicScript
| parameter | description |
|---|---|
| scriptName | The script name. |
| type | The columns or form type. |
| propertyProvider | The property item provider. |
| serviceProvider | The service provider. |
Public Members
| name | description |
|---|---|
| Expiration { get; set; } | |
| GroupKey { get; set; } | |
| ScriptName { get; } | |
| event ScriptChanged | |
| Changed() | |
| CheckRights(…) | |
| GetScript() | |
| GetScriptData() | |
| static Compact(…) | Generates a compact version of the scripts. |
Protected Members
| name | description |
|---|---|
| PropertyItemsScript(…) | Abstract base class for ColumnsScript and FormScript. |
| static CheckName(…) | Checks the name if it is empty or null. |
Remarks
Creates a new instance of the class.
See Also
- interface IGetScriptData
- interface INamedDynamicScript
- Source: PropertyItemsScript.cs