RegisterScopedAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Creates a new instance of the attribute.

public RegisterScopedAttribute()

See Also


RegisterScopedAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.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