Class CombiInput
- Namespace
- IdeaRS.OpenModel.Loading
- Assembly
- IdeaRS.OpenModel.dll
Basic class combination
public abstract class CombiInput : OpenElementId
Inheritance
Derived
Inherited Members
Constructors
CombiInput()
Constructor
public CombiInput()
Properties
Description
Additional info
public string Description { get; set; }
Property Value
Items
Combi Items in combination
public List<CombiItem> Items { get; set; }
Property Value
Name
Name of combination
public string Name { get; set; }