ConcatenatedScript class

namespace: Serenity.Web   assemblySerenity.Net.Services

A dynamic script that is formed from concatenation of other scripts

public class ConcatenatedScript : DynamicScript
parameter description
scriptParts Script parts
separator Separator
checkRights Callback to check permissions for individual scripts

Public Members

name description
ConcatenatedScript(…) A dynamic script that is formed from concatenation of other scripts
override CheckRights(…)
override GetScript()

Exceptions

exception condition
ArgumentNullException Script parts is null

Remarks

Creates a new instance of the class

See Also