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 | Script name |
| type | Columns or form type |
| propertyProvider | Property item provider |
| serviceProvider | 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 its empty or null |
Remarks
Creates a new instance of the class
See Also
- interface IGetScriptData
- interface INamedDynamicScript
- Source: PropertyItemsScript.cs