Public Class ComponentOrPattern
public class ComponentOrPattern
The ComponentOrPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentOrPattern(IEnumerable(Object)) |
Construct from a list of objects.
If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.
| |
| ComponentOrPattern(String) |
Constructor.
| |
| ComponentOrPattern(IEnumerable(ComponentOrPattern)) |
Constructor
| |
| ComponentOrPattern(ManagedComponentOccurrence) |
Constructor.
| |
| ComponentOrPattern(ManagedPattern) |
Constructor.
|
| Name | Description | |
|---|---|---|
| IsNull |
Returns true if this object contains no data.
| |
| Items |
Gets the items, if more than one.
| |
| Name |
Gets the name.
| |
| Occurrence |
Gets the component occurrence.
| |
| Pattern |
Gets the pattern.
|
| Name | Description | |
|---|---|---|
| GetItems |
Gets all items.
|
| Name | Description | |
|---|---|---|
| Implicit( Object[] to ComponentOrPattern) |
Convert an array of objects. If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.
| |
| Implicit(String to ComponentOrPattern) |
Convert a name.
| |
| Implicit( ComponentOrPattern[] to ComponentOrPattern) |
Convert an array of items.
| |
| Implicit(ManagedComponentOccurrence to ComponentOrPattern) |
Convert a component occurrence.
| |
| Implicit(ManagedPattern to ComponentOrPattern) |
Convert a component pattern.
|