DependsOnT Class

Depends On

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
[SerializableAttribute]
public abstract class DependsOn<T>
where T : new(), Input
Inheritance
Object    DependsOnT
Derived

Type Parameters

T
Input Type

Constructors

DependsOnTInitializes a new instance of the DependsOnT class

Properties

Input Input
InternalId Internal ID

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInternalId Get Internal ID
GetInternalIds Get Internal IDs
GetNumberOfCommonInputsD Get Number of Common Inputs
GetTypeGets the Type of the current instance.
(Inherited from Object)
LookUpInput Look up Input
LookUpInputs Look up Inputs
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

InputUpdated Input Updated

See Also