Show / Hide Table of Contents

Class Parent

Inheritance
System.Object
Component
Parent
Inherited Members
Component.children
Component.Parent
Component.Children
Component.ValidChildrenTypes
Component.Name
Component.AddChild(Component)
Component.TryDeleteChild(String, String)
Component.FindChild(String, String)
Component.GetTypeFilteredChildren<T>()
Component.GetUniqueChild<T>()
Component.CloneChildrenInto(Component)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DiagramModel.Components
Assembly: cs.temp.dll.dll
Syntax
public class Parent : Component

Constructors

Parent(String, Component)

Declaration
public Parent(string name, Component parent)
Parameters
Type Name Description
System.String name
Component parent

Properties

TypeName

Declaration
public static string TypeName { get; }
Property Value
Type Description
System.String

UniqueTypeName

Declaration
public override string UniqueTypeName { get; }
Property Value
Type Description
System.String
Overrides
Component.UniqueTypeName

Methods

Clone()

Declaration
public override Component Clone()
Returns
Type Description
Component
Overrides
Component.Clone()
In This Article
Back to top Generated by DocFX