Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectTestCollection Method |
This method tests whether the representation object can be added to a
given collection of objects.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
public virtual bool TestCollection( RpObject owner, int colId )
Public Overridable Function TestCollection ( owner As RpObject, colId As Integer ) As Boolean
public: virtual bool TestCollection( RpObject^ owner, int colId )
Parameters
- owner
- Type: RW.Server.ComponentRpObject
: The collection owner. - colId
- Type: SystemInt32
: The collection identifier.
Return Value
Type: BooleanTrue if the collection can be added, false otherwise.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback