Class FormDocumentTableRowCellSection
Inheritance
System.Object
FormDocumentTableRowCellSection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class FormDocumentTableRowCellSection
Constructors
FormDocumentTableRowCellSection()
Declaration
public FormDocumentTableRowCellSection()
Properties
borderType
Declaration
public byte borderType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
borderTypeSpecified
Declaration
public bool borderTypeSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Control
Declaration
public FormDocumentTableRowCellSectionControl Control { get; set; }
Property Value
Type | Description |
---|---|
FormDocumentTableRowCellSectionControl |
itemIndex
Declaration
public byte itemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
itemIndexSpecified
Declaration
public bool itemIndexSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Labels
Declaration
public FormDocumentTableRowCellSectionLabel[] Labels { get; set; }
Property Value
Type | Description |
---|---|
FormDocumentTableRowCellSectionLabel[] |
showLabel
Declaration
public bool showLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
showLabelSpecified
Declaration
public bool showLabelSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
uid
Declaration
public string uid { get; set; }
Property Value
Type | Description |
---|---|
System.String |