IntelliPromptSessionType Class
Represents the default implementation of a class that represents an IntelliPrompt session type.
public class IntelliPromptSessionType : IIntelliPromptSessionType, IKeyedObject
- Inheritance:
- object object
- Implements:
- IIntelliPromptSessionType IKeyedObject
Constructors
IntelliPromptSessionType(string, bool)
Represents the default implementation of a class that represents an IntelliPrompt session type.
public IntelliPromptSessionType(string key, bool areMultipleSessionsAllowed = false)
| Parameter | Type | Description |
|---|---|---|
| key | string | The key of the session type. |
| areMultipleSessionsAllowed | bool | Whether multiple sessions of this type are permitted. |
Properties
AreMultipleSessionsAllowed
Indicates whether multiple sessions of this type are permitted.
public bool AreMultipleSessionsAllowed { get; }
Property Value
- bool:
trueif multiple sessions of this type are permitted; otherwise,false.
Key
The string-based key that identifies the object.
Methods
GetHashCode()
Serves as the default hash function.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)