pmMDA.NET

HostRemotingHandler.IndexOf Method 

[This is preliminary documentation and subject to change.]

Gets the index of an item of an indexed property.

public int IndexOf(
   Type ownerType,
   object ownerId,
   Type itemType,
   string fieldName,
   object itemId,
   DataObjectOrder order
);

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.
itemId
The Id of the item to locate.
order
Specifies the sequence of the returned data objects.

Return Value

The index of the item in the indexed property if found; otherwise, -1.

Implements

IRemotingHandler.IndexOf

See Also

HostRemotingHandler Class | PmMda.Net.Dog.Remoting Namespace