IWindowMeta Interface
.NET Standard 2.x
Represents an object which can be used for the direct manipulation of properties for the DataWindow object.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public interface IWindowMeta : IDwNode<IWindowMeta>
Properties
Name | Return Type | Description |
---|---|---|
Export | IExportMeta | Gets or sets the information of the XML export template in the model. |
Import | IImportMeta | Gets or sets the information of the XML import template in the model. |
Processing | DwStyle | Gets or sets the processing form of DataWindow. |
Table | IDwTable | Gets or sets an IDwTable object which contains the various settings for the database. |