Class DocInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the document information.
public class DocInfo
Inheritance
Derived
AssemblyDocInfo, ControlDocInfo, PropertyDocInfo
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DocInfo()
public DocInfo()
Properties
ActiveModel
Gets or sets the active model.
public Model ActiveModel { get; set; }
Property Value
ActiveWork
Gets or sets the active work.
public Work ActiveWork { get; set; }
Property Value
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
Designer
Gets or sets the designer.
public string Designer { get; set; }
Property Value
DocCreateInfo
Gets or sets the doc create info.
public DocCreateInfo DocCreateInfo { get; set; }
Property Value
DocCreateInfo
DocumentType
Gets the type of the document.
public Type DocumentType { get; }
Property Value
Extension
Gets or sets the extension.
public string Extension { get; set; }
Property Value
Filter
Gets or sets the filter.
public string Filter { get; set; }
Property Value
Group
Gets or sets the group.
public string Group { get; set; }
Property Value
Handle
Gets or sets the handle.
public UIntPtr Handle { get; set; }
Property Value
Helper
Gets or sets the helper.
public IDocInfoHelper Helper { set; }
Property Value
Hidden
Gets or sets the hidden state.
public string Hidden { get; set; }
Property Value
Icon
Gets or sets the icon.
public Icon Icon { get; }
Property Value
IconFile
Gets or sets the icon file.
public string IconFile { get; set; }
Property Value
IsFailedLicense
Gets a value indicating whether this instance's license is failed.
public bool IsFailedLicense { get; set; }
Property Value
Mode
Gets or sets the mode.
public string Mode { get; set; }
Property Value
Modules
Gets or sets the module files.
public string[] Modules { get; set; }
Property Value
string[]
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
Navigator
Gets or sets the navigator.
public string Navigator { get; set; }
Property Value
NewDocumentName
Gets the new name of the document.
public string NewDocumentName { get; }
Property Value
NewFormType
Gets or sets the new type of the form.
public string NewFormType { get; set; }
Property Value
Toolkit
Gets or sets the toolkit.
public string Toolkit { get; set; }
Property Value
Type
Gets or sets the type.
public string Type { get; set; }
Property Value
TypeID
Gets or sets the type ID.
public string TypeID { get; set; }
Property Value
TypeName
Gets or sets the name of the type.
public string TypeName { get; set; }
Property Value
UntitledDocCount
Gets or sets the untitled doc count.
public uint UntitledDocCount { get; set; }