Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 696 Bytes

File metadata and controls

21 lines (16 loc) · 696 Bytes

ColumnsScript constructor

namespace: Serenity.Web   assemblySerenity.Net.Web

Creates a new instance of the class

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

See Also