Show / Hide Table of Contents

Class Required

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

Constructors

Required(Component)

Declaration
public Required(Component parent)
Parameters
Type Name Description
Component parent

Required(String, Component)

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

Properties

DefaultName

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

Name

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

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

Value

Declaration
public bool Value { get; }
Property Value
Type Description
System.Boolean

Methods

Clone()

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