Class Th
Class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}fieldref" minOccurs="0"/> </sequence> <attribute name="colspan" type="{http://www.w3.org/2001/XMLSchema}byte" /> </restriction> </complexContent> </complexType>
Inheritance
System.Object
Th
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Th : IFindable, IComparable
Fields
Colspan
Declaration
public byte Colspan
Field Value
Type | Description |
---|---|
System. |
Content
Declaration
public List<object> Content
Field Value
Type | Description |
---|---|
System. |
Methods
CompareTo(Object)
Declaration
public virtual int CompareTo(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.Equals(System.Object)
GetColspan()
Gets the value of the colspan property.
Declaration
public virtual byte GetColspan()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetContent()
Gets the value of the content property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a Set
method for the content property.
For example, to add a new item, do as follows:
GetContent().Add(newItem);
Objects of the following type(s) are allowed in the list
Fieldref
System.
Declaration
public virtual IList<object> GetContent()
Returns
Type | Description |
---|---|
System. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()
SetColspan(Byte)
Sets the value of the colspan property.
Declaration
public virtual void SetColspan(byte value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()
Implements
System.IComparable