Skip to content

PropertyItemsScript class

namespace: Serenity.Web   assemblySerenity.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