Table of Contents

Class ActionLogType

Namespace
Uncreated.Warfare.Events.Logging
Assembly
Uncreated.Warfare.dll
public sealed class ActionLogType
Inheritance
ActionLogType
Inherited Members

Constructors

ActionLogType(string, string, ushort)

public ActionLogType(string displayName, string logName, ushort id)

Parameters

displayName string
logName string
id ushort

Properties

DisplayName

public string DisplayName { get; }

Property Value

string

Id

public ushort Id { get; }

Property Value

ushort

LogName

public string LogName { get; }

Property Value

string

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.