Used internally to quickly check if a bank entry has already been made for the source object type and id and retrieve the bank ID if it is. This is generally used to avoid concurrency issues (another user banks an object moments before the current user does etc)

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class ServiceBankCheckAlreadyBanked : ReadOnlyBase
Visual Basic
<SerializableAttribute> _
Public Class ServiceBankCheckAlreadyBanked _
	Inherits ReadOnlyBase
Visual C++
[SerializableAttribute]
public ref class ServiceBankCheckAlreadyBanked : public ReadOnlyBase

Inheritance Hierarchy

System..::..Object
  ReadOnlyBase
    GZTW.AyaNova.BLL..::..ServiceBankCheckAlreadyBanked

See Also