Show / Hide Table of Contents

Class Visibility

Inheritance
System.Object
Component
Visibility
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 Visibility : Component

Constructors

Visibility(Component)

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

Visibility(String, Component)

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

ValidNames

Declaration
public static IEnumerable<string> ValidNames { get; }
Property Value
Type Description
IEnumerable<System.String>

Methods

Clone()

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