Search Results for

    Show / Hide Table of Contents

    Class CustomUnitDefinition

    Inheritance
    System.Object
    CustomUnitDefinition
    Implements
    System.ICloneable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core.Tokenization
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class CustomUnitDefinition : ICloneable

    Constructors

    CustomUnitDefinition()

    Declaration
    public CustomUnitDefinition()

    Properties

    CategoryName

    Declaration
    public string CategoryName { get; set; }
    Property Value
    Type Description
    System.String

    Unit

    Declaration
    public Unit Unit { get; set; }
    Property Value
    Type Description
    Unit

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    Implements

    System.ICloneable

    On this page

    • Constructors
      • CustomUnitDefinition()
    • Properties
      • CategoryName
      • Unit
    • Methods
      • Clone()
    • Implements
    Back to top Generated by DocFX