C# Class CommeillFautWF.ViewModels.SocialExchangesVM

Datei anzeigen Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Public Properties

Property Type Description
_mainForm BaseCIFForm
addedRules List

Public Methods

Method Description
AddSocialMove ( SocialExchangeDTO newSocialExchange ) : void
Reload ( ) : void
SocialExchangesVM ( BaseCIFForm parent ) : System.Collections

Method Details

AddSocialMove() public method

public AddSocialMove ( SocialExchangeDTO newSocialExchange ) : void
newSocialExchange CommeillFaut.DTOs.SocialExchangeDTO
return void

Reload() public method

public Reload ( ) : void
return void

SocialExchangesVM() public method

public SocialExchangesVM ( BaseCIFForm parent ) : System.Collections
parent BaseCIFForm
return System.Collections

Property Details

_mainForm public_oe property

public BaseCIFForm _mainForm
return BaseCIFForm

addedRules public_oe property

public List addedRules
return List