Click or drag to resize

FndFlagUtil Class

Utility for setting and reading record and attribute flags
Inheritance Hierarchy
SystemObject
  Ifs.Fnd.CoreFndFlagUtil

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static class FndFlagUtil

The FndFlagUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearFlag
Clear a flag from an integer value
Public methodStatic memberContainsFlag
Check whether an integer value has the specified flag and returns true or false depending on the flag status
Public methodStatic memberReadBoolFlag
Check whether an integer value has the specified flag and returns true or false depending on the flag status
Public methodStatic memberReadIntFlag
Check whether an integer value has the specified flag
Public methodStatic memberSetFlag(Int32, Int32)
Set a flag to an integer value
Public methodStatic memberSetFlag(Int32, Int32, Boolean)
Set a flag to an integer value
Top
See Also