Show / Hide Table of Contents

Class Parameter

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

Constructors

Parameter(String, Component)

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

Properties

IsRequired

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

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

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()

GetParameterType()

If parameter type is not defined return default required value.

Declaration
public ParameterType GetParameterType()
Returns
Type Description
ParameterType

Defined value of parameter type or null.

GetRequireInfo()

If required value is not defined return default required value.

Declaration
public Required GetRequireInfo()
Returns
Type Description
Required

Defined value of required level or default.

In This Article
Back to top Generated by DocFX