Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserStartNodeDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UserStartNodeDto : IEquatable<UserStartNodeDto>

    Properties

    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    StartNode

    Declaration
    public int StartNode { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    StartNodeType

    Declaration
    public int StartNodeType { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    UserId

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32

    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(UserStartNodeDto)

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

    GetHashCode()

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

    Operators

    View Source

    Equality(UserStartNodeDto, UserStartNodeDto)

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

    Inequality(UserStartNodeDto, UserStartNodeDto)

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