Show / Hide Table of Contents

Class Class

Inheritance
System.Object
Component
Class
Inherited Members
Component.children
Component.Parent
Component.Children
Component.ValidChildrenTypes
Component.Name
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 Class : Component

Constructors

Class(String, Component)

Declaration
public Class(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

AddChild(Component)

Declaration
public override void AddChild(Component child)
Parameters
Type Name Description
Component child
Overrides
Component.AddChild(Component)

Clone()

Declaration
public override Component Clone()
Returns
Type Description
Component
Overrides
Component.Clone()

GetFields()

Declaration
public IReadOnlyList<Field> GetFields()
Returns
Type Description
IReadOnlyList<Field>

GetInheritanceParent()

Declaration
public Parent GetInheritanceParent()
Returns
Type Description
Parent

GetMethods()

Declaration
public IReadOnlyList<Method> GetMethods()
Returns
Type Description
IReadOnlyList<Method>
In This Article
Back to top Generated by DocFX