Class RequestStructure
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDSB.dll
This class is to represent the Request Structure properties.
public class RequestStructure : RequestBase, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, INamed, INavigatorItem, IMultiChangable, IReportable
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, INamed, INavigatorItem, IMultiChangable, IReportable
Inherited Members
RequestBase.Initialize(Unit.ConvertFactor),
RequestBase.GetModelNavigatorInformationImpl(XmlDocument, XmlElement, bool),
RequestBase.AddNavigatorInfo(XmlDocument, XmlElement, string, ObjectBase, string, bool),
RequestBase.AddNavigatorInfoForRequestEntity(XmlDocument, XmlElement, string, ObjectBase, string, bool),
RequestBase.FixUp(ObjectBase),
RequestBase.ActionEntity,
RequestBase.NavigatorEntityName,
SubEntity.Initialize(Unit.ConvertFactor),
SubEntity.GetModelNavigatorInformationImpl(XmlDocument, XmlElement, bool),
SubEntity.FixUp(ObjectBase),
SubEntity.WriteTemplateImpl(XmlWriter),
SubEntity.ReadTemplateImpl(XmlReader),
SubEntity.Name,
SubEntity.FullName,
SubEntity.NonSymmetricName,
SubEntity.DisplayName,
SubEntity.IsEnabled,
SubEntity.Comment,
Object
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
RequestStructure()
Initializes a new instance of the
public RequestStructure()
RequestStructure(string)
Initializes a new instance of the
public RequestStructure(string strName)
Parameters
strName string
Name of the sub entity.
Properties
Output
Gets or sets the output.
public RequestStructure.OutputType Output { get; set; }
Property Value
TypeOfSideFilter
Gets or sets the type of the side filter. Use SetSideFilterType() when this instance sets for undo/redo
public RequestStructure.SideFilter TypeOfSideFilter { get; set; }
Property Value
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.