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

Syntax

C#
public class LoggedInAttribute : CartellaAuthoriztionAttribute
Visual Basic
Public Class LoggedInAttribute _
	Inherits CartellaAuthoriztionAttribute
Visual C++
public ref class LoggedInAttribute : public CartellaAuthoriztionAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    FilterAttribute
      Cartella.Models..::..CartellaAuthoriztionAttribute
        Cartella.Models..::..LoggedInAttribute

See Also