Class CompositorBasePortModel
Inheritance
CompositorBasePortModel
Syntax
public class CompositorBasePortModel : PortModel
Constructors
CompositorBasePortModel(String, String, PortModelOptions, String)
Declaration
public CompositorBasePortModel(string name = null, string uniqueId = null, PortModelOptions options = null, string displayName = "")
Parameters
Type |
Name |
Description |
String |
name |
|
String |
uniqueId |
|
PortModelOptions |
options |
|
String |
displayName |
|
Properties
CreateEmbeddedValueIfNeeded
Declaration
public override bool CreateEmbeddedValueIfNeeded { get; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
EvaluationType
Declaration
public CompositorBasePortModel.PortEvaluationType EvaluationType { get; set; }
Property Value
IsPortGroupSize
Declaration
public bool IsPortGroupSize { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
OriginalScriptName
Declaration
public string OriginalScriptName { get; set; }
Property Value
PortDescription
Declaration
public string PortDescription { get; set; }
Property Value
PortGroupIndex
Declaration
public int PortGroupIndex { get; set; }
Property Value
PortGroupInstance
Declaration
public int PortGroupInstance { get; set; }
Property Value
Declaration
public override string ToolTip { get; }
Property Value