IDocumentTableLoadHandler
public interface IDocumentTableLoadHandler
Overrides default loading of DocumentTable objects while creating a DocumentTableSet instance. Implement this interface if you want to discard loading of specific DocumentTable objects or provide specific DocumentTableOptions for document tables being loaded.
Methods
Method | Description |
---|---|
handle(DocumentTableLoadArgs args) | Overrides default loading of a particular DocumentTable object while creating a DocumentTableSet instance. |
handle(DocumentTableLoadArgs args)
public abstract void handle(DocumentTableLoadArgs args)
Overrides default loading of a particular DocumentTable object while creating a DocumentTableSet instance.
Parameters:
Parameter | Type | Description |
---|---|---|
args | DocumentTableLoadArgs |