|  | IEntryFormFactoryArgs Interface | 
 
            Base interface of Form factories arguments.
            
 
    Namespace: 
   EBP.Api.Interfaces.Form
    Assembly:
   EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
 Syntax
Syntaxpublic interface IEntryFormFactoryArgs : IDisposable, 
	IEquatable<IProxy>
Public Interface IEntryFormFactoryArgs
	Inherits IDisposable, IEquatable(Of IProxy)
The IEntryFormFactoryArgs type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | EntityId | 
            Gets or sets the entity identifier to load (null for a new entity).
             | 
Top Methods
Methods|  | Name | Description | 
|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
Top See Also
See Also