Click or drag to resize

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
public interface IEntryFormFactoryArgs : IDisposable, 
	IEquatable<IProxy>

The IEntryFormFactoryArgs type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Gets or sets the entity identifier to load (null for a new entity).
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also