Show / Hide Table of Contents

    Interface IOverride

    An override value object

    Namespace: Elements
    Assembly: Hypar.Elements.dll
    Syntax
    public interface IOverride

    Properties

    Id

    The override Id

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

    Methods

    GetIdentity()

    The override's identity

    Declaration
    object GetIdentity()
    Returns
    Type Description
    System.Object

    GetName()

    The name of the override

    Declaration
    string GetName()
    Returns
    Type Description
    System.String
    In This Article
    • Properties
      • Id
    • Methods
      • GetIdentity()
      • GetName()