A uniquely named block of data which is held in a Channel.
Inheritance Hierarchy
IBM.CTGContainer
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
The Container type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Ccsid | Gets the CCSID of the Container. | |
| Name | Gets the name of the Container. | |
| Type | Gets the type of the Container. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Frees any resources associated with the Container. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetBitData | Gets binary data from a BITContainer. | |
| GetCharData | Gets character data from a CHARContainer.
Data is automatically converted from the code page of the container. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetData(Byte) | Sets the contents of a Container that is of type BIT. | |
| SetData(String) | Sets the contents of a Container that is of type CHAR. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Thread Safety
See Also