Show / Hide Table of Contents

    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 Source

    ToFriendlySkillName(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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.