Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public abstract class EntityAuthorizationAttribute : CartellaAuthoriztionAttribute
Visual Basic
Public MustInherit Class EntityAuthorizationAttribute _
	Inherits CartellaAuthoriztionAttribute
Visual C++
public ref class EntityAuthorizationAttribute abstract : public CartellaAuthoriztionAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    FilterAttribute
      Cartella.Models..::..CartellaAuthoriztionAttribute
        Cartella.Models..::..EntityAuthorizationAttribute
          Cartella.Models..::..EntityActionAuthorizationAttribute
          Cartella.Models..::..EntityPermissionAttribute

See Also