Class DutyCycleImporterDesignEntityMatch<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DutyCycleImporterDesignEntityMatch<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DutyCycleImporterDesignEntityMatch<T> : APIBase, IEquatable<APIBase>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Destination
Declaration
public ListWithSelectedItem<string> Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<System.String> |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
System.IEquatable<T>