Class InputDocument Last update: 16.07.2025 Namespace: VM.Managed.DAFUL.Pre Assembly: dfpredat.dll This class is to represent the input document. public class InputDocument Inheritance object ← InputDocument Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors InputDocument() public InputDocument() Properties IsInterface Gets or sets a value indicating whether [is interface]. public bool IsInterface { get; set; } Property Value bool Type Gets or sets the type. public string Type { get; set; } Property Value string