DocumentationTableAttributeRow Class |
Namespace: PDTec.IceNet.Domain.Development.BusinessObjects
public class DocumentationTableAttributeRow
The DocumentationTableAttributeRow type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentationTableAttributeRow | Initializes a new instance of the DocumentationTableAttributeRow 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 | |
|---|---|---|
| AdditionalAttributes |
Additional attributes that have been defined in subtypes of Documentation.
| |
| IsItemNameAssigned |
Determines whether the Item Name attribute value is assigned.
| |
| IsItemTypeAssigned |
Determines whether the Item Type attribute value is assigned.
| |
| IsMarkupTextAssigned |
Determines whether the Markup Text attribute value is assigned.
| |
| ItemName |
The Item Name attribute value.
| |
| ItemType |
The Item Type attribute value.
| |
| MarkupText |
The Markup Text attribute value.
|