AttributeExtensions
Required in both ServiceStack .Common + .Client
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public static class AttributeExtensions
Methods
GetNotes(Type)
View Source
Declaration
public static string GetNotes(this Type type)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Type | type |
GetDescription(Type)
View Source
Declaration
public static string GetDescription(this Type type)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Type | type |
GetDescription(MemberInfo)
View Source
Declaration
public static string GetDescription(this MemberInfo mi)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Reflection.MemberInfo | mi |
GetDescription(ParameterInfo)
View Source
Declaration
public static string GetDescription(this ParameterInfo pi)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Reflection.ParameterInfo | pi |