Show / Hide Table of Contents

Class RemoteServiceAttribute

Inheritance
object
Attribute
RemoteServiceAttribute
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, bool)
Attribute.GetCustomAttributes(MemberInfo)
Attribute.GetCustomAttributes(MemberInfo, bool)
Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, bool)
Attribute.GetCustomAttribute(MemberInfo, Type)
Attribute.GetCustomAttribute(MemberInfo, Type, bool)
Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
Attribute.GetCustomAttributes(ParameterInfo, bool)
Attribute.IsDefined(ParameterInfo, Type)
Attribute.IsDefined(ParameterInfo, Type, bool)
Attribute.GetCustomAttribute(ParameterInfo, Type)
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
Attribute.GetCustomAttributes(Module, Type)
Attribute.GetCustomAttributes(Module)
Attribute.GetCustomAttributes(Module, bool)
Attribute.GetCustomAttributes(Module, Type, bool)
Attribute.IsDefined(Module, Type)
Attribute.IsDefined(Module, Type, bool)
Attribute.GetCustomAttribute(Module, Type)
Attribute.GetCustomAttribute(Module, Type, bool)
Attribute.GetCustomAttributes(Assembly, Type)
Attribute.GetCustomAttributes(Assembly, Type, bool)
Attribute.GetCustomAttributes(Assembly)
Attribute.GetCustomAttributes(Assembly, bool)
Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, bool)
Attribute.GetCustomAttribute(Assembly, Type)
Attribute.GetCustomAttribute(Assembly, Type, bool)
Attribute.Equals(object)
Attribute.GetHashCode()
Attribute.Match(object)
Attribute.IsDefaultAttribute()
Attribute.TypeId
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Volo.Abp
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
Type Description
bool

IsMetadataEnabled

Declaration
public bool IsMetadataEnabled { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Methods

IsEnabledFor(MethodInfo)

Declaration
public virtual bool IsEnabledFor(MethodInfo method)
Parameters
Type Name Description
MethodInfo method
Returns
Type Description
bool

IsEnabledFor(Type)

Declaration
public virtual bool IsEnabledFor(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool

IsExplicitlyDisabledFor(Type)

Declaration
public static bool IsExplicitlyDisabledFor(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool

IsExplicitlyEnabledFor(Type)

Declaration
public static bool IsExplicitlyEnabledFor(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool

IsMetadataEnabledFor(MethodInfo)

Declaration
public virtual bool IsMetadataEnabledFor(MethodInfo method)
Parameters
Type Name Description
MethodInfo method
Returns
Type Description
bool

IsMetadataEnabledFor(Type)

Declaration
public virtual bool IsMetadataEnabledFor(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool

IsMetadataExplicitlyDisabledFor(MethodInfo)

Declaration
public static bool IsMetadataExplicitlyDisabledFor(MethodInfo method)
Parameters
Type Name Description
MethodInfo method
Returns
Type Description
bool

IsMetadataExplicitlyDisabledFor(Type)

Declaration
public static bool IsMetadataExplicitlyDisabledFor(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool

IsMetadataExplicitlyEnabledFor(MethodInfo)

Declaration
public static bool IsMetadataExplicitlyEnabledFor(MethodInfo method)
Parameters
Type Name Description
MethodInfo method
Returns
Type Description
bool

IsMetadataExplicitlyEnabledFor(Type)

Declaration
public static bool IsMetadataExplicitlyEnabledFor(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform