|
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 |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetNames () |
Returns a CharacterList with the names of the Enum members |
|
+ 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 | |
---|---|---|---|
- | FieldRestrictionEnum (integer, character) |
Constructor for the FieldRestrictionEnum members |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.Framework.Authorization.FieldRestrictionEnum AddOnly |
The user may view the field but only edit for new records |
|
+ | Consultingwerk.Framework.Authorization.FieldRestrictionEnum Disabled |
The user may view the field but not edit it's value |
|
+ | Consultingwerk.Framework.Authorization.FieldRestrictionEnum Hidden |
The user has no privilegues to view the field |
|
# | CHARACTER Label |
Returns the character label associated with an enum member instance Inherited from Consultingwerk.Enum |
|
+ | Consultingwerk.Framework.Authorization.FieldRestrictionEnum None |
The field has no restrictions |
|
+ | Consultingwerk.Framework.Authorization.FieldRestrictionEnum UpdateOnly |
The user may view the field but only edit for existing records |
|
+ | INTEGER Value |
Returns the integer value associated with an enum member instance Inherited from Consultingwerk.Enum |
Top
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetNames ()
|
||||||||||||||||||||||
PUBLIC INT64 GetValue ()
|
||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
PRIVATE FieldRestrictionEnum (integer, character)
|
---|
PUBLIC Consultingwerk.Framework.Authorization.FieldRestrictionEnum AddOnly
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Framework.Authorization.FieldRestrictionEnum Disabled
|
|||||||||||||
PUBLIC Consultingwerk.Framework.Authorization.FieldRestrictionEnum Hidden
|
|||||||||||||
PROTECTED CHARACTER Label
|
|||||||||||||
PUBLIC Consultingwerk.Framework.Authorization.FieldRestrictionEnum None
|
|||||||||||||
PUBLIC Consultingwerk.Framework.Authorization.FieldRestrictionEnum UpdateOnly
|
|||||||||||||
PUBLIC INTEGER Value
|