Description.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Description</name> </assembly> <members> <member name="T:DescriptionLibrary.DescriptionGetter"> <summary> Get the DescriptionAttribute text from classes, enum values, properties and others. </summary> </member> <member name="M:DescriptionLibrary.DescriptionGetter.ConstructorDescription(System.Type,System.Type[])"> <summary> Get the DescriptionAttribute text from a constructor. </summary> <param name="type">Type to get the description from</param> <param name="types">Types of the desired constructor to get the description from</param> <returns>The DescriptionAttribute text from the given constructor or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.Description(System.Enum)"> <summary> Get the DescriptionAttribute text from an enum value. </summary> <param name="value">Enum value to get the description from</param> <returns>The DescriptionAttribute text from the given enum value or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.Description(System.Type)"> <summary> Get the DescriptionAttribute text from a type. </summary> <param name="type">Type to get the description from</param> <returns>The DescriptionAttribute text from the given type or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.EventDescription(System.Type,System.String)"> <summary> Get the DescriptionAttribute text from the given event property. </summary> <param name="type">Type of the event property to get the description from</param> <param name="eventName">Name of the event property to get the description from</param> <returns>The DescriptionAttribute text from the given event property or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.FieldDescription(System.Type,System.String)"> <summary> Get the DescriptionAttribute text from the given field. </summary> <param name="type">Type of the field to get the description from</param> <param name="fieldName">Name of the field to get the description from</param> <returns>The DescriptionAttribute text from the given field property or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.MethodDescription(System.Type,System.String)"> <summary> Get the DescriptionAttribute text from the given method. </summary> <param name="type">Type of the method to get the description from</param> <param name="methodName">Name of the method to get the description from</param> <returns>The DescriptionAttribute text from the given method property or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.ParameterDescription(System.Type,System.String,System.String)"> <summary> Get the DescriptionAttribute text from the given method parameter. </summary> <param name="type">Type of the method to get the parameter description from</param> <param name="methodName">Name of the method to get the parameter description from</param> <param name="parameterName">Name of the parameter of the method to get the description from</param> <returns>The DescriptionAttribute text from the given method parameter or null is none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.PropertyDescription(System.Type,System.String)"> <summary> Get the DescriptionAttribute text from the given property. </summary> <param name="type">Type of the property to get the description from</param> <param name="propertyName">Name of the property to get the description from</param> <returns>The DescriptionAttribute text from the given type or null if none was found</returns> </member> <member name="M:DescriptionLibrary.DescriptionGetter.ReturnDescription(System.Type,System.String)"> <summary> Get the DescriptionAttribute text from the given method return. </summary> <param name="type">Type of the method to get the return description from</param> <param name="methodName">Name of the method to get the return description from</param> <returns>The DescriptionAttribute text from the given method return or null if none was found</returns> </member> </members> </doc> |