Class IntegrationServiceAttribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class IntegrationServiceAttribute : Attribute
- Inheritance
-
IntegrationServiceAttribute
- Inherited Members
- Extension Methods
Constructors
IntegrationServiceAttribute()
public IntegrationServiceAttribute()
Methods
IsDefinedOrInherited(Type)
public static bool IsDefinedOrInherited(Type type)
Parameters
type
Type
Returns
IsDefinedOrInherited<T>()
public static bool IsDefinedOrInherited<T>()
Returns
Type Parameters
T