Click or drag to resize

LayoutComplete Method

Completes the definition of the collection of fields of this Layout.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void Complete(
	string signature
)

Parameters

signature
Type: SystemString
the signature of the Layout specification.
Exceptions
ExceptionCondition
InvalidOperationException If the Layout has already been completed.
Remarks
The supplied signature is stored so it can later be retrieved using the Signature method. Once this method is called, no other calls to the AddField(FieldType, String, Int32, Int32, String) method are allowed. In other words, this Layout becomes immutable after this method is used.
See Also