Class GearSetImplementationDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetImplementationDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Analysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetImplementationDetail : GearSetDesignAnalysis, IEquatable<APIBase>
Properties
Name
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
UserSpecifiedData
Declaration
public UserSpecifiedData UserSpecifiedData { get; }
Property Value
Type | Description |
---|---|
UserSpecifiedData |
Implements
System.IEquatable<T>