Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUser Class
Properties Methods


In This Topic
    ApplicationUser Class Members
    In This Topic

    The following tables list the members exposed by ApplicationUser.

    Public Properties
     NameDescription
    Public PropertyA display label for the user (such as their full name)  
    Public PropertyOptional. A primary email address for the user  
    Public PropertyThe fully qualified user name  
    Public PropertyThe unique id of this application user in this session  
    Public PropertyOptional. An absolute, unique key for the user to use as a primary match  
    Public PropertyOptional. A label for the organization this user is a part of  
    Public PropertyOptional. A phone number or other telecommunication alias  
    Public PropertyApplication provided properties  
    Public PropertyOptional. A primary role for this user with respect to this application  
    Public PropertyOptional. The primary tenant this user is a part of.  
    Public PropertyOptional. The time zone the user is associated with  
    Public PropertyOptional. A title for the user (e.g. job title)  
    Top
    Public Methods
     NameDescription
    Public MethodCompares this ApplicationUser object to another to determine sorting order.  
    Public MethodOverloaded. Determines if the provided ApplicationUser object is identical to this object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
    Top
    Public Operators
    Compares two ApplicationUser instances for equality.
    Compares if one ApplicationUser instance should sort greater than another.
    Compares two ApplicationUser instances for inequality.
    Compares if one ApplicationUser instance should sort less than another.
    Top
    See Also