Search Results for

    Show / Hide Table of Contents

    Class UserStartNodeDto

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

    Properties

    Id

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

    StartNode

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

    StartNodeType

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

    UserId

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

    Methods

    Equals(Object)

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

    Equals(UserStartNodeDto)

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

    GetHashCode()

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

    Operators

    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

    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
    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