An NDoc Documented Class Library

ScreenRepository Constructor

Initializes a new instance of the ScreenRepository class.

Overload List

Initializes a new instance of the ScreenRepository class.

[Visual Basic] Protected Sub New()
[C#] protected ScreenRepository();
[C++] protected: ScreenRepository();
[JScript] protected function ScreenRepository();

 

[Visual Basic] Public Sub New(ByVal Application)
[C#] public ScreenRepository(Application);
[C++] public: ScreenRepository(Application*);
[JScript] public function ScreenRepository(Application);

 

[Visual Basic] Public Sub New(ByVal ApplicationSession)
[C#] public ScreenRepository(ApplicationSession);
[C++] public: ScreenRepository(ApplicationSession*);
[JScript] public function ScreenRepository(ApplicationSession);

 

[Visual Basic] Public Sub New(ByVal ApplicationSession,ByVal IReport)
[C#] public ScreenRepository(ApplicationSession,IReport);
[C++] public: ScreenRepository(ApplicationSession*,IReport*);
[JScript] public function ScreenRepository(ApplicationSession,IReport);

See Also

ScreenRepository Class | Repository Namespace