Class ActionLogType
public sealed class ActionLogType
- Inheritance
-
ActionLogType
- Inherited Members
Constructors
ActionLogType(string, string, ushort)
public ActionLogType(string displayName, string logName, ushort id)
Parameters
Properties
DisplayName
public string DisplayName { get; }
Property Value
Id
public ushort Id { get; }
Property Value
LogName
public string LogName { get; }
Property Value
Methods
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.