C# Class Cake.Web.Docs.DocumentedType

Inheritance: Cake.Web.Docs.DocumentedMember
Show file Open project: cake-build/website Class Usage Examples

Public Methods

Method Description
DocumentedType ( ITypeInfo info, IEnumerable properties, IEnumerable methods, IEnumerable fields, SummaryComment summary, RemarksComment remarks, IEnumerable examples, IDocumentationMetadata metadata ) : System.Collections.Generic

Initializes a new instance of the DocumentedType class.

Private Methods

Method Description
GetConstructors ( IEnumerable methods ) : IEnumerable
GetMethods ( IEnumerable methods ) : IEnumerable
GetOperators ( IEnumerable methods ) : IEnumerable
SetExtensionMethods ( IEnumerable methods ) : void

Method Details

DocumentedType() public method

Initializes a new instance of the DocumentedType class.
public DocumentedType ( ITypeInfo info, IEnumerable properties, IEnumerable methods, IEnumerable fields, SummaryComment summary, RemarksComment remarks, IEnumerable examples, IDocumentationMetadata metadata ) : System.Collections.Generic
info ITypeInfo The type information.
properties IEnumerable The type's properties.
methods IEnumerable The type's methods.
fields IEnumerable The type's fields.
summary SummaryComment The summary.
remarks RemarksComment The remarks.
examples IEnumerable The examples.
metadata IDocumentationMetadata The type metadata.
return System.Collections.Generic