Class RemoteServiceAttribute
Inheritance
RemoteServiceAttribute
Assembly: Volo.Abp.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface)]
public class RemoteServiceAttribute : Attribute
Constructors
RemoteServiceAttribute(bool)
Declaration
public RemoteServiceAttribute(bool isEnabled = true)
Parameters
Type |
Name |
Description |
bool |
isEnabled |
|
Properties
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Declaration
public bool IsMetadataEnabled { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
IsEnabledFor(MethodInfo)
Declaration
public virtual bool IsEnabledFor(MethodInfo method)
Parameters
Returns
IsEnabledFor(Type)
Declaration
public virtual bool IsEnabledFor(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
IsExplicitlyDisabledFor(Type)
Declaration
public static bool IsExplicitlyDisabledFor(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
IsExplicitlyEnabledFor(Type)
Declaration
public static bool IsExplicitlyEnabledFor(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Declaration
public virtual bool IsMetadataEnabledFor(MethodInfo method)
Parameters
Returns
Declaration
public virtual bool IsMetadataEnabledFor(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Declaration
public static bool IsMetadataExplicitlyDisabledFor(MethodInfo method)
Parameters
Returns
Declaration
public static bool IsMetadataExplicitlyDisabledFor(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Declaration
public static bool IsMetadataExplicitlyEnabledFor(MethodInfo method)
Parameters
Returns
Declaration
public static bool IsMetadataExplicitlyEnabledFor(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Extension Methods