Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IProfileManager : IEntityManager<Profile>, IExtensibleObjectManager<Profile>, ICartellaObjectManager<Profile>, IManager |
| Visual Basic |
|---|
Public Interface IProfileManager _ Inherits IEntityManager(Of Profile), IExtensibleObjectManager(Of Profile), _ ICartellaObjectManager(Of Profile), IManager |
| Visual C++ |
|---|
public interface class IProfileManager : IEntityManager<Profile^>, IExtensibleObjectManager<Profile^>, ICartellaObjectManager<Profile^>, IManager |