Neokernel API

PropsQuery Constructor

Creates a PropsQuery which when given to an IObjectManager's listObjects() method, a list of ObjectID's returned will be of the given PropsType name and a parameter with the given name and mapped value.

PropsQuery(
   PropsType type,
   string key,
   object val
);

Parameters

type
This is the PropsType.
key
This is the parameter name to look for.
val
This is the value of the parameter whose key was given.

See Also

PropsQuery Class | com.neokernel.om Namespace | PropsQuery Constructor Overload List