An auxiliary class for working with components.
Inheritance Hierarchy
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntaxpublic static class ComponentUtility
The ComponentUtility type exposes the following members.
Methods
| Name | Description |
---|
  | CreateComponent(Type, Object, Boolean, Boolean) | |
  | CreateComponent(MetadataTypeInfo, Object, Boolean, Boolean) | |
  | CreateComponentT(Object, Boolean, Boolean) | |
  | CreateHierarchyControllerForRootComponent | |
  | FindNearestCommonParent | |
  | GetComponentsWithoutChildren | |
  | GetNewObjectUniqueName | |
  | GetOwnedFileNameOfComponent | |
  | GetResourceInstanceByComponent | |
  | HowDeepChildInHierarchy | |
  | IsChildInHierarchy | |
  | IsValidComponentName | |
  | LoadComponentFromTextBlock | |
  | SaveComponentToFile | |
  | SaveComponentToTextBlock | |
  | TypeSettingsPrivateObjectsContains(String, Component) | |
  | TypeSettingsPrivateObjectsContains(String, MetadataMember) | |
Top
See Also