Search Results for

    Show / Hide Table of Contents

    Class PluginId

    Inheritance
    System.Object
    PluginId
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public sealed class PluginId

    Constructors

    PluginId(String)

    Declaration
    public PluginId(string id)
    Parameters
    Type Name Description
    System.String id

    Properties

    Id

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    On this page

    • Constructors
      • PluginId(String)
    • Properties
      • Id
    • Methods
      • Equals(Object)
      • GetHashCode()
    Back to top Generated by DocFX