Class NonSerializedRegistrarEntryTranslator
Inheritance
System.Object
NonSerializedRegistrarEntryTranslator
Implements
Inherited Members
Namespace: Eco.Core.Systems
Assembly: Eco.Gameplay.dll
Syntax
public class NonSerializedRegistrarEntryTranslator : ObjectLinkIdTranslator<UnserializedEntry>, IObjectLinkIdTranslator
Constructors
NonSerializedRegistrarEntryTranslator()
Declaration
public NonSerializedRegistrarEntryTranslator()
Methods
GetTypedLinkId(UnserializedEntry)
Declaration
protected override string GetTypedLinkId(UnserializedEntry linkTarget)
Parameters
Type | Name | Description |
---|---|---|
UnserializedEntry | linkTarget |
Returns
Type | Description |
---|---|
System.String |
Overrides
Eco.Gameplay.Systems.TextLinks.ObjectLinkIdTranslator<Eco.Core.Systems.UnserializedEntry>.GetTypedLinkId(Eco.Core.Systems.UnserializedEntry)
GetTypedLinkTarget(String)
Declaration
protected override UnserializedEntry GetTypedLinkTarget(string linkId)
Parameters
Type | Name | Description |
---|---|---|
System.String | linkId |
Returns
Type | Description |
---|---|
UnserializedEntry |
Overrides
Eco.Gameplay.Systems.TextLinks.ObjectLinkIdTranslator<Eco.Core.Systems.UnserializedEntry>.GetTypedLinkTarget(System.String)