Click or drag to resize

FieldInterfaceExtensions Methods

The FieldInterfaceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsCellAttrSet
Determines if the specified CellTypeAttribute is set on the field. See CellTypeAttributes for the list of enumerations to use per CellTypes. A CellTypeAttribute is valid only for a particular CellTypes (since the bits are reused for other CellTypes), both the CellType and CellTypeAttributes are checked.
Public methodStatic memberIsDirty
Gets whether or not the field is Dirty allowing for the IField object being null.
Public methodStatic memberIsMissingRequiredValue
Gets whether or not a required field has a missing value (thus failing requiredness validation) allowing for the IField object being null. True if field is non-null, field's Required attribute is set and it's value is missing (generally this means null or an empty string).
Public methodStatic memberIsRequired
Gets whether or not the field's Required attribute is set allowing for the IField object being null.
Top
See Also