Class Attributes.Name
Specifies the name of the operation.
Use factory method CreateName(String) to create instances.
Inheritance
Attributes.Name
Assembly: Akka.Streams.dll
Syntax
public sealed class Name : Attributes.IAttribute, IEquatable<Attributes.Name>
Constructors
|
Improve this Doc
View Source
Name(String)
Declaration
public Name(string value)
Parameters
Type |
Name |
Description |
String |
value |
TBD
|
Exceptions
Fields
|
Improve this Doc
View Source
Value
Declaration
public readonly string Value
Field Value
Methods
|
Improve this Doc
View Source
Equals(Attributes.Name)
Declaration
public bool Equals(Attributes.Name other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods