Click or drag to resize
AuthorityMethodAttribute Class
带权限的方法
Inheritance Hierarchy

Namespace: X3Platform.Security.Authority
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class AuthorityMethodAttribute : SecurityMethodAttribute

The AuthorityMethodAttribute type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCheck
检测权限
(Overrides SecurityMethodAttributeCheck(IMethodCallMessage).)
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyLoginName
登录名
(Inherited from SecurityMethodAttribute.)
Public propertyTypeId (Inherited from Attribute.)
Top
See Also