Softelvdm.Controls Class Library for Windows Controls 1.0

PartsCollectionClass Class

Softel vdm, Inc.

  PartsCollectionClass Class (Softelvdm.Controls Namespace)

An instance of the PartsCollectionClass class describes a group of parts in one individual cell.

Each cell has an optional parts collection, which can be accessed using the cell's CellBaseClass.Parts property.

VB   

Public Class PartsCollectionClass Inherits Object

C#   

public class PartsCollectionClass : Object

C++   

public ref class PartsCollectionClass : public Object


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Properties

Description

public propertyCount

Returns the current number of parts in the parts collection.

public propertyItem

Returns the part at the specified index in the parts collection.

  

Public Methods

Description

public methodAdd

Adds the specified part to the parts collection.

public methodClear

Removes all parts from the parts collection.

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodMoveDown

Moves the specified part down, towards the end, of the parts collection.

public methodMoveUp

Moves the specified part up, closer to the beginning, of the parts collection.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodRemoveAt

Removes the specified part from the parts collection.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

  

Protected Methods

Description

protected methodFinalize

Releases unmanaged resources and performs other cleanup operations before the PartsCollectionClass is reclaimed by garbage collection.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

Version Information

Supported in version 1.0.
Products Table

See Also     Softelvdm.Controls Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com