Container Class

CICS Transaction Gateway V9.3.0.0
A uniquely named block of data which is held in a Channel.
Inheritance Hierarchy

SystemObject
  IBM.CTGContainer

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public sealed class Container : IDisposable

The Container type exposes the following members.

Properties

  NameDescription
Public propertyCcsid
Gets the CCSID of the Container.
Public propertyName
Gets the name of the Container.
Public propertyType
Gets the type of the Container.
Top
Methods

  NameDescription
Public methodDispose
Frees any resources associated with the Container.
Public methodEquals (Inherited from Object.)
Public methodGetBitData
Gets binary data from a BITContainer.
Public methodGetCharData
Gets character data from a CHARContainer. Data is automatically converted from the code page of the container.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetData(Byte)
Sets the contents of a Container that is of type BIT.
Public methodSetData(String)
Sets the contents of a Container that is of type CHAR.
Public methodToString (Inherited from Object.)
Top
See Also

Reference