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.

Overload List

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.

public PropsQuery(PropsType,string,object)

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.

public PropsQuery(string,string,object)

See Also

PropsQuery Class | com.neokernel.om Namespace