Click or drag to resize

RackShelfBinLocation Class

[Missing <summary> documentation for "T:Demo3D.Visuals.RackShelfBinLocation"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsBinLocation
            Demo3D.VisualsRackShelfBinLocation

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class RackShelfBinLocation : BinLocation

The RackShelfBinLocation type exposes the following members.

Constructors
 NameDescription
Public methodRackShelfBinLocationInitializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32)Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32, BinLocation)Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32, Int32, Int32)Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32, Int32, Int32, Int32)Initializes a new instance of the RackShelfBinLocation class
Top
Properties
 NameDescription
Public propertyBay
(Inherited from BinLocation)
Public propertyBin
(Inherited from BinLocation)
Public propertyIndex
(Inherited from BinLocation)
Public propertyRack 
Public propertyShelf 
Top
Methods
 NameDescription
Public methodToString
(Overrides BinLocationToString)
Top
See Also