FndFlagUtil Class |
Namespace: Ifs.Fnd.Core
public static class FndFlagUtil
The FndFlagUtil type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearFlag |
Clear a flag from an integer value
| |
| ContainsFlag |
Check whether an integer value has the specified flag and returns true or false depending on the flag status
| |
| ReadBoolFlag |
Check whether an integer value has the specified flag and returns true or false depending on the flag status
| |
| ReadIntFlag |
Check whether an integer value has the specified flag
| |
| SetFlag(Int32, Int32) |
Set a flag to an integer value
| |
| SetFlag(Int32, Int32, Boolean) |
Set a flag to an integer value
|