Interface IHasModal
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.FE
Assembly: VMFE.dll
This interface is to represent the object that has modal.
public interface IHasModal
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
GetModalPath()
Gets the modal information.
string GetModalPath()
Returns
GetModes()
Gets the Modes.
ObjectBase[] GetModes()
Returns
ObjectBase[]
The modes.
SetModalPath(string, string)
Sets the modal information.
void SetModalPath(string strPath, string strDocumentDir)
Parameters
strPath string
The modal absolute path
strDocumentDir string
The document directory
SetModalPath(string)
Sets the modal information.
void SetModalPath(string strPath)
Parameters
strPath string
The modal absolute path