Table of Contents

Class IntegrationServiceAttribute

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll
[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

bool

IsDefinedOrInherited<T>()

public static bool IsDefinedOrInherited<T>()

Returns

bool

Type Parameters

T