Class SessionDataItemDefinition
Encapsulates session data item metadata.
Inheritance
System.Object
    SessionDataItemDefinition
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionDataItemDefinition : Object
  Properties
Name
Gets the name of the session data item.
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets the type of the session data item.
Declaration
public SessionItemType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| SessionItemType | 
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | A System.String that represents this instance.  |