Search Results for

    Show / Hide Table of Contents
    View Source

    Struct ContentAndSettingsReference

    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public struct ContentAndSettingsReference

    Constructors

    View Source

    ContentAndSettingsReference(Udi, Udi)

    Declaration
    public ContentAndSettingsReference(Udi contentUdi, Udi settingsUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    Udi settingsUdi

    Properties

    View Source

    ContentUdi

    Declaration
    public readonly Udi ContentUdi { get; }
    Property Value
    Type Description
    Udi
    View Source

    SettingsUdi

    Declaration
    public readonly Udi SettingsUdi { get; }
    Property Value
    Type Description
    Udi

    Methods

    View Source

    Equals(Object)

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

    Equals(ContentAndSettingsReference)

    Declaration
    public bool Equals(ContentAndSettingsReference other)
    Parameters
    Type Name Description
    ContentAndSettingsReference other
    Returns
    Type Description
    System.Boolean
    View Source

    GetHashCode()

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

    Operators

    View Source

    Equality(ContentAndSettingsReference, ContentAndSettingsReference)

    Declaration
    public static bool operator ==(ContentAndSettingsReference left, ContentAndSettingsReference right)
    Parameters
    Type Name Description
    ContentAndSettingsReference left
    ContentAndSettingsReference right
    Returns
    Type Description
    System.Boolean
    View Source

    Inequality(ContentAndSettingsReference, ContentAndSettingsReference)

    Declaration
    public static bool operator !=(ContentAndSettingsReference left, ContentAndSettingsReference right)
    Parameters
    Type Name Description
    ContentAndSettingsReference left
    ContentAndSettingsReference right
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentAndSettingsReference(Udi, Udi)
    • Properties
      • ContentUdi
      • SettingsUdi
    • Methods
      • Equals(Object)
      • Equals(ContentAndSettingsReference)
      • GetHashCode()
    • Operators
      • Equality(ContentAndSettingsReference, ContentAndSettingsReference)
      • Inequality(ContentAndSettingsReference, ContentAndSettingsReference)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX