Class RequestConnectedEntity
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDSB.dll
This class is to represent the connected entity request.
public class RequestConnectedEntity : RequestBase, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, INamed, INavigatorItem, IMultiChangable, IHasReplaceableEntity, IRequestEntity
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, IHasReplaceableEntity, IRequestEntity
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
RequestConnectedEntity()
Initializes a new instance of the
public RequestConnectedEntity()
RequestConnectedEntity(string)
Initializes a new instance of the
public RequestConnectedEntity(string strName)
Parameters
strName string
Name of the sub entity.
Properties
NavigatorEntityName
protected override string NavigatorEntityName { get; }
Property Value
WriteToOutFile
Gets or sets the [Write to out file] flag.
public bool WriteToOutFile { get; set; }
Property Value
Methods
AddNavigatorInfo(XmlDocument, XmlElement, string, ObjectBase, string, bool)
Gets the object information for Add Navigator
protected override void AddNavigatorInfo(XmlDocument xmlDom, XmlElement xmlEle, string strGroupName, ObjectBase obj, string strType, bool bAddMarker)
Parameters
xmlDom XmlDocument
The XmlDocument for object.
xmlEle XmlElement
The XmlElement for object.
strGroupName string
The Group Name
obj ObjectBase
strType string
bAddMarker bool
EntityFiltering(object, FilterArgs)
Entity filtering function
public static void EntityFiltering(object sender, FilterArgs args)
Parameters
sender object
The sender
args FilterArgs
The argument
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.