Class ConceptGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Concept
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearMeshRating : GearMeshRating, IEquatable<APIBase>
Properties
ConceptGearMesh
Declaration
public ConceptGearMeshDesign ConceptGearMesh { get; }
Property Value
Type | Description |
---|---|
ConceptGearMeshDesign |
ConceptGearRatings
Declaration
public ReadOnlyCollection<ConceptGearRating> ConceptGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearRating> |
Implements
System.IEquatable<T>