| DocumentationAttributeSet Class |
Namespace: PDTec.IceNet.Domain.Development.BusinessObjects
public class DocumentationAttributeSet
The DocumentationAttributeSet type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentationAttributeSet | Initializes a new instance of the DocumentationAttributeSet class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Author |
The Author attribute value.
| |
| Company |
The Company attribute value.
| |
| Description |
The Documentation description.
| |
| DocumentationMarkupText |
The Documentation Markup Text attribute value.
| |
| FooterText |
The Footer Text attribute value.
| |
| HeaderText |
The Header Text attribute value.
| |
| Id |
The Documentation ID.
| |
| IsAuthorAssigned |
Determines whether the Author attribute value is assigned.
| |
| IsCompanyAssigned |
Determines whether the Company attribute value is assigned.
| |
| IsDocumentationMarkupTextAssigned |
Determines whether the Documentation Markup Text attribute value is assigned.
| |
| IsFooterTextAssigned |
Determines whether the Footer Text attribute value is assigned.
| |
| IsHeaderTextAssigned |
Determines whether the Header Text attribute value is assigned.
| |
| IsPublishingPathAssigned |
Determines whether the Publishing Path attribute value is assigned.
| |
| IsVersionAssigned |
Determines whether the Version attribute value is assigned.
| |
| Name |
The Documentation name.
| |
| PublishingPath |
The Publishing Path attribute value.
| |
| Version |
The Version attribute value.
|