ColumnsScript constructor

namespace: Serenity.Web   assemblySerenity.Net.Services

Dynamic script type for columns (ColumnsScriptAttribute)

public ColumnsScript(string name, Type columnsType, IPropertyItemProvider propertyProvider, 
    IServiceProvider serviceProvider)
parameter description
name Script name
columnsType Columns type
propertyProvider Property item provider
serviceProvider Service provider

Remarks

Creates a new instance of the class

See Also