Click or drag to resize

Component Methods

The Component type exposes the following members.

Methods
 NameDescription
Public methodAddComponent Adds a component as a child.
Public methodBeginNetworkMessage(ServerNetworkService_ComponentsClientItem, String) 
Public methodBeginNetworkMessage(IListServerNetworkService_ComponentsClientItem, String) 
Public methodBeginNetworkMessage(IListServerNetworkService_UsersUserInfo, String) 
Public methodBeginNetworkMessage(ServerNetworkService_UsersUserInfo, String) 
Public methodBeginNetworkMessageToEveryone 
Public methodBeginNetworkMessageToServer 
Public methodClone Creates a copy of the object.
Public methodCreateComponent(Type, Int32, Boolean, Boolean, NetworkModeEnum) Creates a child component.
Public methodCreateComponent(MetadataTypeInfo, Int32, Boolean, Boolean, NetworkModeEnum) Creates a child component.
Public methodCreateComponentT(Int32, Boolean, Boolean, NetworkModeEnum) Creates a child component.
Public methodDispose Detaches the object from the hierarchy and deletes the object data.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindParent(Type) Finds the parent of the specified type.
Public methodFindParent(MetadataTypeInfo) Finds the parent of the specified type.
Public methodFindParentT Finds the parent of the specified type.
Public methodFindThisOrParent(Type) Finds the parent or self of the specified type.
Public methodFindThisOrParent(MetadataTypeInfo) Finds the parent or self of the specified type.
Public methodFindThisOrParentT Finds the parent or self of the specified type.
Public methodGetAllParents Gets all parents of the component.
Public methodGetComponent(String, Boolean) Finds a child component by name.
Public methodGetComponent(Type, Boolean, Boolean) Finds a child component of the specified type.
Public methodGetComponent(MetadataTypeInfo, Boolean, Boolean) Finds a child component of the specified type.
Public methodGetComponentT(Boolean, Boolean) Finds a child component of the specified type.
Public methodGetComponentT(String, Boolean) Finds a child component by name with the specified type.
Public methodGetComponentByNameWithIndex Finds a child component by name and number in the case when there are several components with the specified name.
Public methodGetComponentByPath Finds a child component by path.
Public methodGetComponents(Boolean, Boolean, Boolean, Boolean) Finds child components.
Public methodGetComponents(Boolean, Boolean, Boolean, Boolean, ActionComponent) Finds child components.
Public methodGetComponents(Type, Boolean, Boolean, Boolean, Boolean) Finds child components of the specified type.
Public methodGetComponents(MetadataTypeInfo, Boolean, Boolean, Boolean, Boolean) Finds child components of the specified type.
Public methodGetComponentsT(Boolean, Boolean, Boolean, Boolean) Finds child components of the specified type.
Public methodGetComponentsT(Boolean, Boolean, Boolean, Boolean, ActionT) Finds child components of the specified type.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPathFromParent Returns the path to the object from the parent.
Public methodGetPathFromRoot Returns the object's access path from the root object.
Public methodGetProvidedType Returns a type when the object is used as a type.
Public methodGetScreenLabelInfo 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsMethodInvoking Checks if a method is running over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMetadataGetMemberBySignature Returns the object metadata member by name.
Public methodMetadataGetMembers Returns the object metadata members.
Public methodMethodInvoke Calls a method by name.
Public methodMethodInvokeCancel Cancels the execution of selected method that run over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
Public methodMethodInvokeCancelAll Cancels the execution of all methods that run over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
Public methodNetworkDisablePropertySynchronization 
Public methodNetworkIsDisabledPropertySynchronization 
Public methodNetworkModeAddUser 
Public methodNetworkModeIsEnabledForUser 
Public methodNetworkModeRemoveUser 
Public methodNetworkRestoreDisabledPropertySynchronization 
Public methodNewObjectSetDefaultConfiguration Called when the object is created in the editor. Designed to configure the initial state.
Public methodNewObjectSetDefaultConfigurationUpdate Called during object creation in the editor. Designed to configure the initial state.
Protected methodOnAddedToParent Called when a component is added to the parent.
Protected methodOnClientConnectedAfterRootComponentEnabled 
Protected methodOnClientConnectedBeforeRootComponentEnabled 
Protected methodOnClientDisconnected 
Protected methodOnClone Called when the object is cloned.
Protected methodOnComponentAdded Called when a child component is added.
Protected methodOnComponentRemoved Called when a child component is removed.
Protected methodOnDisabled Called when the object is detached from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
Protected methodOnDisabledInSimulation Called when the object is detached from a hierarchy of the components or is disabled. The method is called only in simulation application. See also EnabledInHierarchy property.
Protected methodOnDispose Called when the object is disposed.
Protected methodOnEditorGetTextInfoCenterBottomCorner 
Protected methodOnEnabled Called when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
Protected methodOnEnabledChanged Called when value of Enabled property is changed.
Protected methodOnEnabledInHierarchyChanged Called when value of EnabledInHierarchy property is changed.
Protected methodOnEnabledInSimulation Called when the object is attached to a hierarchy of the components and is enabled. The method is called only in simulation application. See also EnabledInHierarchy property.
Protected methodOnLoad Called during object loading.
Protected methodOnMetadataGetMemberBySignature Called when the object metadata member is received by name.
Protected methodOnMetadataGetMembers Called upon receipt of the object's metadata members.
Protected methodOnMetadataGetMembersFilter Called when filtering receive members of the object metadata.
Protected methodOnPreloadResources Called when preloading the resources used by the object.
Protected methodOnReceiveNetworkMessageFromClient 
Protected methodOnReceiveNetworkMessageFromServer 
Protected methodOnRemovedFromParent Called when a component is removed from the parent.
Protected methodOnSave Called during object saving.
Protected methodOnSimulationStep Called during the simulation step.
Protected methodOnSimulationStepClient Called during the simulation step.
Protected methodOnUpdate Called during the update process of all objects.
Public methodPreloadResources Preload resources used by the object.
Public methodStatic memberPrint Calls Info(Object).
Public methodPropertyGet(String, Object, Boolean) Gets the value of a property by name.
Public methodPropertyGetT(String, Object, Boolean) Gets the value of a property by name.
Public methodPropertySet Sets the value of a property by name.
Public methodRemoveAllComponents Removes all child components.
Public methodRemoveComponent Removes a child component.
Public methodRemoveFromParent Detaches the object from its parent.
Public methodToString Returns the name and type of the object as a string.
(Overrides ObjectToString)
Public methodTypeSettingsIsPublic Checks whether the object provided as a type is public.
Public methodTypeSettingsIsPublicMember Checks whether the member is set up as public.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also