RegisterScopedAttribute constructor (1 of 2)
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Creates a new instance of the attribute.
public RegisterScopedAttribute()
See Also
- class RegisterScopedAttribute
RegisterScopedAttribute constructor (2 of 2)
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Creates a new instance of the attribute for specified types.
public RegisterScopedAttribute(params Type[] types)
| parameter | description |
|---|---|
| types | Service types |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException |
See Also
- class RegisterScopedAttribute