Class vdIFCProducts
- Namespace
- vdIFC
- Assembly
- vdIFC.dll
Implements the a collection of vdIFCProduct object types.
public sealed class vdIFCProducts : vdIFCBaseObject, IDisposable, IBaseObject, IvdProxySerializer, IVDSerialise, IEnumerable, ICloneable
- Inheritance
-
vdIFCProducts
- Implements
- Inherited Members
Constructors
- vdIFCProducts()
Initializes a new instance of the object.
Properties
- Count
Get the item's count of the collection.
- this[int]
Get an object from the collection at a specified index.
Methods
- Add(vdIFCProduct)
Add the passed object to the collection
- Clone()
Creates a new object that is a copy of the current instance.
- DeSerialize(DeSerializer, string, object)
overrides the base type DeSerialize(DeSerializer, string, object)
- InternalSetOwner(vdBaseObject)
overrides the base type InternalSetOwner(vdBaseObject)
- OnDocumentSelected(vdDocument)
overrides the base type OnDocumentSelected(vdDocument)
- OnOwnerChanged()
overrides the base type OnOwnerChanged()
- RemoveAll()
Remove all items from the collection.
- Serialize(Serializer)
overrides the base type Serialize(Serializer)
- ToString()
Provides a string that describes the object.