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: 9.1.0.0 (9.1.0.4)
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 | (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 | (Inherited from Object.) |
![]() | GetType | (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 | (Inherited from Object.) |
See Also