Table of Contents

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

string

Items

Combi Items in combination

public List<CombiItem> Items { get; set; }

Property Value

List<CombiItem>

Name

Name of combination

public string Name { get; set; }

Property Value

string