Class DslViewDefinition
Provides the common fields shared by imported view definitions.
public abstract class DslViewDefinition
- Inheritance
-
DslViewDefinition
- Derived
- Inherited Members
Properties
Description
The description to assign to the imported view.
public string Description { get; set; }
Property Value
ElementIds
The element identifiers to place into the imported view.
public IList<string> ElementIds { get; set; }
Property Value
Key
The view key to assign in the imported workspace.
public string Key { get; set; }