Search Results for

    Show / Hide Table of Contents

    Class SelectChildName

    Class SelectChildName.

    Inheritance
    Object
    SelectionPathElement
    SelectChildName
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class SelectChildName : SelectionPathElement

    Constructors

    | Improve this Doc View Source

    SelectChildName(String)

    Initializes a new instance of the SelectChildName class.

    Declaration
    public SelectChildName(string name)
    Parameters
    Type Name Description
    String name

    The name.

    Properties

    | Improve this Doc View Source

    Name

    Gets the actor name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Equals(SelectChildName)

    Declaration
    protected bool Equals(SelectChildName other)
    Parameters
    Type Name Description
    SelectChildName other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET