C# Class MWS.Templates.MasterdataPoolUpdateTemplate

Show file Open project: Movilizer/.NET_Connector Class Usage Examples

Public Properties

Property Type Description
_masterdataPoolUpdate MovilizerMasterdataPoolUpdate

Public Methods

Method Description
DeleteMasterdata ( MasterdataDeleteTemplate mddTemplate ) : void
MasterdataPoolUpdateTemplate ( string pool ) : System.Collections.Generic
ToMasterdataPoolUpdate ( ) : MovilizerMasterdataPoolUpdate
UpdateMasterdata ( MasterdataUpdateTemplate mduTemplate ) : void

Method Details

DeleteMasterdata() public method

public DeleteMasterdata ( MasterdataDeleteTemplate mddTemplate ) : void
mddTemplate MasterdataDeleteTemplate
return void

MasterdataPoolUpdateTemplate() public method

public MasterdataPoolUpdateTemplate ( string pool ) : System.Collections.Generic
pool string
return System.Collections.Generic

ToMasterdataPoolUpdate() public method

public ToMasterdataPoolUpdate ( ) : MovilizerMasterdataPoolUpdate
return MovilizerMasterdataPoolUpdate

UpdateMasterdata() public method

public UpdateMasterdata ( MasterdataUpdateTemplate mduTemplate ) : void
mduTemplate MasterdataUpdateTemplate
return void

Property Details

_masterdataPoolUpdate public property

public MovilizerMasterdataPoolUpdate _masterdataPoolUpdate
return MovilizerMasterdataPoolUpdate