Click or drag to resize
IDocumentFieldSource Methods

The IDocumentFieldSource type exposes the following members.

Methods
  NameDescription
Public methodBindEvents
Binds the event handlers of contained elements.
Public methodClone
Clones this instance using deep cloning. It doesn't clone elements referenced from the entity model. There it uses shallow clone.
Public methodCreateValidators
Creates validator objects for the source object, if required.
Public methodIsSame
Returns true if the passed in IDocumentFieldSource instance can be seen as a source originating from the same element. This means that even if the passed in element or this element has been changed, e.g. elementName has been changed, it will still return true if the original source is equal. This method is therefore different from 'Equals' which compares all elements.
Public methodSerializeToWriter
Serializes the source to the serializer specified.
Public methodUnbindEvents
Unbinds the event handlers of contained elements.
Public methodUpdateOutputSettingValuesContainerWithDefaults
Updates the output setting values container of this element (if applicable) with the defaults in the container specified.
Top
See Also