C# Class fyiReporting.RdlDesign.RdlIpcObject

Inheritance: System.MarshalByRefObject
Show file Open project: majorsilence/My-FyiReporting

Public Methods

Method Description
InitializeLifetimeService ( ) : object
RdlIpcObject ( ) : System
getCommands ( ) : List
setCommands ( List value ) : void

Method Details

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

RdlIpcObject() public method

public RdlIpcObject ( ) : System
return System

getCommands() public method

public getCommands ( ) : List
return List

setCommands() public method

public setCommands ( List value ) : void
value List
return void