Class WorkshopId
Inheritance
System.Object
WorkshopId
Assembly: VRage.Game.dll
Syntax
public sealed class WorkshopId : ValueType, IComparable
Constructors
WorkshopId(UInt64, String)
Declaration
public WorkshopId(ulong id, string serviceName)
Parameters
Type |
Name |
Description |
System.UInt64 |
id |
|
System.String |
serviceName |
|
Fields
Id
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
ServiceName
Declaration
public string ServiceName
Field Value
Type |
Description |
System.String |
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Int32 |
|