An NDoc Documented Class Library

GenericServiceAttribute Class

Register your generic service for an entity type and its derived types.

Multiple attriutes for one service are allowed and all of them will take effect, however repeated registering for a same type will cause exceptions.

Assemblies that contain generic services to be registered automatially (with this attribute) must have GenericServiceEnabledAttribute

For a list of all members of this type, see GenericServiceAttribute Members.

System.Object
   Attribute
      GenericServiceAttribute

[Visual Basic]
Public Class GenericServiceAttribute
    Inherits Attribute
[C#]
public class GenericServiceAttribute : Attribute
[C++]
public __gc class GenericServiceAttribute : public Attribute
[JScript]
public class GenericServiceAttribute extends Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: AqDWeb.Attributes

Assembly: AqDWeb (in AqDWeb.dll)

See Also

GenericServiceAttribute Members | AqDWeb.Attributes Namespace