Interface IMyDataEnvironment

  • All Known Subinterfaces:
    IMyDataEnvironmentFullFace

    public interface IMyDataEnvironment
    This interface describes the public facade to the MyDataEnvironment, regardless whether you use the Library in LOCAL or CLOUD mode. You can use the IMyDataEnvironment more or less transparent, but you will have to pay special attention when registering PIP/PXP components because they need to be accessible to the PDP. Currently we distinguish three modes in which a service component can be registered to the MyDataEnvironment:

    IMyDataEnvironment instances can be created and retrieved by using the MyDataEnvironmentManager

    See Also:
    MyDataEnvironmentManager