NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentInheritedAttributes Property

Gets or sets whether or not to document the attributes inherited from base types.

[Visual Basic]
<DefaultValue(Value:=True), _  Category(Category:="Show Attributes"), _  Description(Description:="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")>
Public Property DocumentInheritedAttributes As Boolean [C#]
[DefaultValue(Value=True)]
[Category(Category="Show Attributes")]
[Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")]
public bool DocumentInheritedAttributes { get; set; } [C++]
[DefaultValue(Value=True)]
[Category(Category="Show Attributes")]
[Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")]
public: __property bool get_DocumentInheritedAttributes(); public: __property void set_DocumentInheritedAttributes(bool ); [JScript] public 
   DefaultValue(Value=True)
   Category(Category="Show Attributes")
   Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")
function get DocumentInheritedAttributes() : bool public 
   DefaultValue(Value=True)
   Category(Category="Show Attributes")
   Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")
function set DocumentInheritedAttributes(bool);

Remarks

Set this to true to output the attributes of the base types/members in the syntax portion of topics.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace