Class CompositorBasePortModel
Inheritance
CompositorBasePortModel
Syntax
public class CompositorBasePortModel : PortModel, IPortModel, IGraphElementModel, ICapabilitiesModel
Constructors
CompositorBasePortModel(String, String, PortModel.PortModelOptions, String)
Declaration
public CompositorBasePortModel(string name = null, string uniqueId = null, PortModel.PortModelOptions options = PortModel.PortModelOptions.None | PortModel.PortModelOptions.Default, string displayName = "")
Parameters
Properties
CreateEmbeddedValueIfNeeded
Declaration
public override bool CreateEmbeddedValueIfNeeded { get; }
Property Value
Overrides
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
EvaluationType
Declaration
public CompositorBasePortModel.PortEvaluationType EvaluationType { get; set; }
Property Value
IsHidden
Declaration
public bool IsHidden { get; set; }
Property Value
IsPortGroupSize
Declaration
public bool IsPortGroupSize { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { 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
Overrides