Class ConceptGearSetRating
Inheritance
System.Object
ConceptGearSetRating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetRating : GearSetRating, IEquatable<APIBase>
Properties
ConceptGearRatings
Declaration
public ReadOnlyCollection<ConceptGearRating> ConceptGearRatings { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearRating> |
|
ConceptGearSet
Declaration
public ConceptGearSetDesign ConceptGearSet { get; }
Property Value
ConceptMeshRatings
Declaration
public ReadOnlyCollection<ConceptGearMeshRating> ConceptMeshRatings { get; }
Property Value
GearMeshRatings
Declaration
[Obsolete("Use ConceptMeshRatings")]
public ReadOnlyCollection<ConceptGearMeshRating> GearMeshRatings { get; }
Property Value
GearRatings
Declaration
[Obsolete("Use ConceptGearRatings")]
public ReadOnlyCollection<ConceptGearRating> GearRatings { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearRating> |
|
Rating
Declaration
public override string Rating { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods