IEntity.FindSpecific Method
Include Protected Members
Include Inherited Members
Gets the external item by using various options.
Overload List
Name | Description | |
---|---|---|
FindSpecific(Identity, ILobSystemInstance) | Gets the external item with the given identity for the default SpecificFinder MethodInstance object. | |
FindSpecific(Identity, ILobSystemInstance, Boolean) | Gets the external item with the given identity for the default SpecificFinder MethodInstance object with an option to read immediately or on the first function call that requires a read. | |
FindSpecific(Identity, String, ILobSystemInstance) | Gets the external item with the given identity for a SpecificFinder MethodInstance object. | |
FindSpecific(Identity, String, ILobSystemInstance, OperationMode) | Gets the external item with the given identity for a specific SpecificFinder MethodInstance object with the given OperationMode object. | |
FindSpecific(Identity, String, ILobSystemInstance, Boolean) | Gets the external item with the given identity for a specific SpecificFinder MethodInstance object and a given LobSystem instance, with an option to read the data immediately or read it on the first function call that requires a read. | |
FindSpecific(Identity, String, ILobSystemInstance, OperationMode, Boolean) | Gets the external item with the given identity for a specific SpecificFinder MethodInstance object and a given OperationMode object, with an option to read the data immediately or read it on the first function call that requires a read. |
Top