Class DOEDocument
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.DOE.Result
Assembly: VMDDOEResult.dll
public class DOEDocument : ControlDocument, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IDocument, IObject, IEventProvider, IContainer, ILinkContainer, IOwned, IHasID, IEnableManager, IRelatedDocument, IHistorySupport, IControlDocument
Inheritance
object ← ObservableObject ← LinkableBase ← LinkContainer ← Container ← Document ← ControlDocument ← DOEDocument
Implements
IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IDocument, IObject, IEventProvider, IContainer, ILinkContainer, IOwned, IHasID, IEnableManager, IRelatedDocument, IHistorySupport, IControlDocument
Inherited Members
ControlDocument.TriggerPostMakeDocument(ControlDocCreateInfo),
ControlDocument.Save(string),
ControlDocument.Load(string),
ControlDocument.FindLocal(string),
ControlDocument.Add(ObjectBase),
ControlDocument.CreateView(UIntPtr),
ControlDocument.IsEnabledImpl(ObjectBase),
ControlDocument.SetEnableImpl(ObjectBase, bool),
ControlDocument.UpdateEnable(ObjectBase, bool),
ControlDocument.IsTypeSupported(Type),
ControlDocument.OnPostMakeDocument(DocCreateInfo),
ControlDocument.SetUnit(Unit),
ControlDocument.IsReload,
ControlDocument.IsPropertySupport,
ControlDocument.CanClose,
ControlDocument.Modified,
Document.g_OpenDocuments,
Document.m_unit,
Document.m_unitKernal,
Document.raise_OnChildAdded(object, DocumentEventArgs),
Document.raise_OnChildRemoved(object, DocumentEventArgs),
Document.raise_OnChildRenamed(object, DocumentEventArgs),
Document.raise_OnChildUpdated(object, DocumentEventArgs),
Document.raise_OnChildUpdatedEnable(object, DocumentEventArgs),
Document.raise_OnChildUpdatedAll(object, DocumentEventArgs),
Document.raise_OnChildDocNameUpdated(object, DocumentEventArgs),
Document.raise_OnDependentDocumentAdded(object, DependentDocEventArgs),
Document.raise_OnDependentDocumentRemoved(object, DependentDocEventArgs),
Document.raise_OnClearSelectNavigator(object, DocumentEventArgs),
Document.raise_OnChildRootSelect(object, DocumentEventArgs),
Document.raise_OnChangeIconForNodalModal(object, DocumentEventArgs),
Document.raise_OnDoingImport(object, DocumentEventArgs),
Document.raise_OnSkipChildAdded(object, DocumentEventArgs),
Document.raise_OnSimulationCaseUpdated(object, EventArgs),
Document.raise_OnSubentityRefreshed(object, EventArgs),
Document.raise_OnSubentityAdded(object, DocumentEventArgs),
Document.raise_OnChildMultiAdded(object, DocumentEventArgs),
Document.raise_OnSingleObjectSelected(object, ObjectBaseEventArgs),
Document.raise_Destroying(object, EventArgs),
Document.raise_ChildAdded(object, Identifier),
Document.raise_ChildRemoved(object, Identifier),
Document.raise_ChildReplacing(object, Identifier),
Document.raise_ChildReplaced(object, Identifier),
Document.raise_SelectionChanged(object, IEnumerable
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DOEDocument()
Initializes a new instance of the
public DOEDocument()
Properties
DOEView
public IDOEView DOEView { set; }
Property Value
IsReload
public override bool IsReload { get; }
Property Value
Methods
CloseView(View)
Close view.
public override void CloseView(View view)
Parameters
view View
The view.
Load(string)
public override void Load(string strPath)
Parameters
strPath string
ReloadResult()
public void ReloadResult()
Save(string)
Save document.
public override void Save(string strPath)
Parameters
strPath string
The path to save.