Click or drag to resize

Layout Methods

The Layout type exposes the following members.

Methods
  NameDescription
Public methodAddField
Creates and appends a new LayoutField to the Layout.
Public methodCompile
Compiles the supplied Layout specification.
Public methodCompileEcu
Compiles the suplied ECUSER specification into a Layout. The {@code specification} is composed of a sequence of three or more lines separeted by a new-line character. The first of these lines specifies the name of the Layout. The last line specifies the signature of the Layout. The lines between the first and the last specify the fields of the Layout.
Public methodComplete
Completes the definition of the collection of fields of this Layout.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExists
Returns true if the field identified by fieldName exists in the Layout.
Public methodGetEnumerator
Returns a read-only enumerator over the collection of fields in the Layout.
Public methodGetField
Returns the Layout field identified by the supplied fieldName.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Creates and returns a string serialization of this Layout.
(Overrides ObjectToString.)
Top
See Also