Click or drag to resize

FieldLayout Class

Parsed version of field layout specification generated by the page layout tool.
Inheritance Hierarchy
SystemObject
  NetQuarry.Data.WebMappersFieldLayout

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class FieldLayout

The FieldLayout type exposes the following members.

Constructors
  NameDescription
Public methodFieldLayout
Initializes a new instance of the FieldLayout class
Top
Properties
  NameDescription
Public propertyExtracted
Identifies whether or not the field layout was extracted from a layout spec.
Public propertyFlags
Field layout flags parsed from the LayoutFlags in the field layout spec.
Public propertyHasLabelSpec
Specifies whether or not the field layout spec included a label spec.
Public propertyHeight
Field height (in pixels).
Public propertyLabelLeft
Label left position (in pixels). Valid only if HasLabelSpec is true.
Public propertyLabelTop
Label top position (in pixels). Valid only if HasLabelSpec is true.
Public propertyLayoutFlags
The raw field layout flags from the field layout spec. See FieldLayoutFlags.
Public propertyLeft
Field left position (in pixels).
Public propertyStyleOverrides
Style overrides to be added to the control's Style attribute.
Public propertyTabIndex
Field tab index, if specified.
Public propertyTop
Field top position (in pixels).
Public propertyWidth
Field width.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also