pmMDA.NET

ClientDataObjectHandler.ContainsAll Method 

[This is preliminary documentation and subject to change.]

Returns whether a specified indexed property contains all specified items.

public bool ContainsAll(
   Type ownerType,
   object ownerId,
   Type itemType,
   string fieldName,
   object[] itemIds
);

Parameters

ownerType
The type of the owner of the indexed property.
ownerId
The Id of the owner.
itemType
The item type of the indexed property.
fieldName
The name of the field which represents the indexed property.
itemIds
The identifiers of the items to locate.

Return Value

true if the specified items were found in the indexed property; otherwise, false.

Implements

IDataObjectHandlerImpl.ContainsAll

See Also

ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace