CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.MethodCaller.Caller1 Class Reference
Inheritance diagram for Csla.Test.MethodCaller.Caller1:
Csla.Test.MethodCaller.Caller2 Csla.Test.MethodCaller.Caller3

Public Member Functions

virtual int Method1 ()
 
virtual int Method2 (int something)
 

Detailed Description

Definition at line 15 of file Caller1.cs.

Member Function Documentation

◆ Method1()

virtual int Csla.Test.MethodCaller.Caller1.Method1 ( )
virtual

Reimplemented in Csla.Test.MethodCaller.Caller2.

Definition at line 17 of file Caller1.cs.

◆ Method2()

virtual int Csla.Test.MethodCaller.Caller1.Method2 ( int  something)
virtual

Reimplemented in Csla.Test.MethodCaller.Caller2.

Definition at line 22 of file Caller1.cs.