|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL Equals (Object) |
Compares this Enum member to another member of this Enum by Value Inherited from Consultingwerk.Enum |
|
+ F | INT64 GetValue () |
Returns the Value of the Enum Member Inherited from Consultingwerk.Enum |
|
+ | CHARACTER ToString () |
Returns a CHARACTER representation (human readable) of the
Enum member Inherited from Consultingwerk.Enum |
Options | Name | Purpose | |
---|---|---|---|
- | TransactionStateEnum (integer, character) |
Constructor for the TransactionStateEnum class |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER Label |
Returns the character label associated with an enum member instance Inherited from Consultingwerk.Enum |
|
+ | Consultingwerk.SmartComponents.Enum.TransactionStateEnum NoManualCommit |
The commit target is setup up for automatical commit, so the
SmartCommitTarget functionality is currently not supported |
|
+ | Consultingwerk.SmartComponents.Enum.TransactionStateEnum NoPendingChanges |
The commit target has no pending changes |
|
+ | Consultingwerk.SmartComponents.Enum.TransactionStateEnum PendingChanges |
The commit target has pending changes |
|
+ | INTEGER Value |
Returns the integer value associated with an enum member instance Inherited from Consultingwerk.Enum |
Top
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INT64 GetValue ()
|
||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
PRIVATE TransactionStateEnum (integer, character)
|
---|
PROTECTED CHARACTER Label
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.SmartComponents.Enum.TransactionStateEnum NoManualCommit
|
|||||||||||||
PUBLIC Consultingwerk.SmartComponents.Enum.TransactionStateEnum NoPendingChanges
|
|||||||||||||
PUBLIC Consultingwerk.SmartComponents.Enum.TransactionStateEnum PendingChanges
|
|||||||||||||
PUBLIC INTEGER Value
|