Class IntegrationServiceAttribute
Inheritance
IntegrationServiceAttribute
Assembly: Volo.Abp.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class IntegrationServiceAttribute : Attribute
Constructors
IntegrationServiceAttribute()
Declaration
public IntegrationServiceAttribute()
Methods
IsDefinedOrInherited(Type)
Declaration
public static bool IsDefinedOrInherited(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
IsDefinedOrInherited<T>()
Declaration
public static bool IsDefinedOrInherited<T>()
Returns
Type Parameters
Extension Methods