Class SubEntityInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the subentity information.
public class SubEntityInfo : DockableWindowInfo
Inheritance
object ← DockableWindowInfo ← SubEntityInfo
Inherited Members
DockableWindowInfo.Name, DockableWindowInfo.Text, DockableWindowInfo.Image, DockableWindowInfo.Type, DockableWindowInfo.Toolbar, DockableWindowInfo.Command
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SubEntityInfo()
public SubEntityInfo()
Properties
InputDocuments
Gets or sets the input documents.
public List<inputdocument> InputDocuments { get; set; }
Property Value
RibbonCommand
Gets or sets the ribbon command.
public string RibbonCommand { get; set; }