TcHmiSrvAuthListener.OnLoginEventArgs Class

Provides data for an OnLogin event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TcHmiSrv.TcHmiSrvAuthListener.OnLoginEventArgs
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class OnLoginEventArgs : EventArgs

The TcHmiSrvAuthListener.OnLoginEventArgs type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvAuthListener.OnLoginEventArgs Class 1:

TcHmiSrvAuthListener.OnLoginEventArgs

Initializes a new instance of the TcHmiSrvAuthListener.OnLoginEventArgs class.

Properties

 

Name

Description

TcHmiSrvAuthListener.OnLoginEventArgs Class 2:

Context

Gets the Context of the event.

TcHmiSrvAuthListener.OnLoginEventArgs Class 3:

Value

Gets the Value that describes the user that tries to log in according to the JSON schema for symbol 'Login' as described in 'TcHmiSrv.Config.json'.

Methods

 

Name

Description

TcHmiSrvAuthListener.OnLoginEventArgs Class 4:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcHmiSrvAuthListener.OnLoginEventArgs Class 5:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcHmiSrvAuthListener.OnLoginEventArgs Class 6:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiSrvAuthListener.OnLoginEventArgs Class 7:

GetType

Gets the Type of the current instance. (Inherited from Object.)

TcHmiSrvAuthListener.OnLoginEventArgs Class 8:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcHmiSrvAuthListener.OnLoginEventArgs Class 9:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TcHmiSrv Namespace