An NDoc Documented Class Library

ServiceAttribute Constructor (Type, String, Type)

Create a new instance.

[Visual Basic]
Public Sub New( _ 
   ByVal Type As Type, _ 
   ByVal String As String, _ 
   ByVal Type As Type _ 
)
[C#]
public ServiceAttribute(
   Type Type,
   string String,
   Type Type
);
[C++]
public: ServiceAttribute(
   Type* Type,
   String* String,
   Type* Type
);
[JScript]
public function ServiceAttribute(
   Type Type,
   String String,
   Type Type
);

Parameters

serviceType
Service type
keyName
Key of this service in container.
containerType
Container type

See Also

ServiceAttribute Class | AqDWeb.Attributes Namespace | ServiceAttribute Constructor Overload List