Class SkillTypeExtensions
Helper class for extension methods of skill types.
Inheritance
System.Object
SkillTypeExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Mechanics.Contracts.Extensions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public static class SkillTypeExtensions
Methods
| Improve this Doc View SourceToFriendlySkillName(SkillType)
Gets a friendly name for the given skill type.
Declaration
public static string ToFriendlySkillName(this SkillType skillType)
Parameters
Type | Name | Description |
---|---|---|
SkillType | skillType | The type of skill. |
Returns
Type | Description |
---|---|
System.String | The friendly name. |