Class SummaryAttribute
Sets the summary description for the command in the help list.
Inheritance
SummaryAttribute
Assembly: Wolfringo.Commands.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class SummaryAttribute : Attribute, IEquatable<SummaryAttribute>
Constructors
|
Improve this Doc
View Source
SummaryAttribute(String)
Sets the summary description for the command in the help list.
Declaration
public SummaryAttribute(string text)
Parameters
Type |
Name |
Description |
String |
text |
Summary value.
|
Properties
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; }
Property Value
Methods
|
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
Equals(SummaryAttribute)
Declaration
public bool Equals(SummaryAttribute other)
Parameters
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements