ConcatenatedScript class
namespace: Serenity.Web assembly: Serenity.Net.Services
A dynamic script that is formed from the concatenation of other scripts.
public class ConcatenatedScript : DynamicScript
| parameter | description |
|---|---|
| scriptParts | The script parts. |
| separator | The separator. |
| checkRights | Callback to check permissions for individual scripts. |
Public Members
| name | description |
|---|---|
| ConcatenatedScript(…) | A dynamic script that is formed from the concatenation of other scripts. |
| override CheckRights(…) | |
| override GetScript() |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | Script parts are null. |
Remarks
Creates a new instance of the class.
See Also
- class DynamicScript
- Source: ConcatenatedScript.cs