[SerializableAttribute]
public abstract class DependsOn<T>
where T : new(), Input
<SerializableAttribute>
Public MustInherit Class DependsOn(Of T As {New, Input})[SerializableAttribute]
generic<typename T>
where T : gcnew(), Input
public ref class DependsOn abstract[<AbstractClassAttribute>]
[<SerializableAttribute>]
type DependsOn<'T when 'T : new() and Input> = class end| DependsOnT | Initializes a new instance of the DependsOnT class |
| Input | Input |
| InternalId | Internal ID |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetCommonInputIdsD | Get Common Input IDs |
| GetCommonInputsD | Get Common Inputs |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetInternalId | Get Internal ID |
| GetInternalIds | Get Internal IDs |
| GetNumberOfCommonInputsD | Get Number of Common Inputs |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| LookUpInput | Look up Input |
| LookUpInputs | Look up Inputs |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| InputUpdated | Input Updated |