DataScriptRegistration.RegisterDataScripts method
Creates and registers dynamic scripts for types with DataScriptAttribute.
public static void RegisterDataScripts(IDynamicScriptManager scriptManager, ITypeSource typeSource,
IServiceProvider serviceProvider)
| parameter |
description |
| scriptManager |
The dynamic script manager. |
| typeSource |
The type source. |
| serviceProvider |
The service provider. |
Exceptions
| exception |
condition |
| ArgumentNullException |
Script manager, type source or service provider is null. |
See Also