Click or drag to resize
WindowsServiceLogMapperMapObjectOntoDto Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.SystemManagement.Mapper.WindowsServiceLogMapper.MapObjectOntoDto(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.Core.ObjectMapper{Netadmin.Objects.System.SystemModule.ISystemModuleLogObject,Netadmin.Management.SystemManagement.Dto.Implementation.WindowsServiceLog,Netadmin.Management.SystemManagement.Dto.IWindowsServiceLog}.DtoObjectPair})"]

Namespace: Netadmin.Management.SystemManagement.Mapper
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
protected override void MapObjectOntoDto(
	IEnumerable<DtoObjectPair> dtoObjectPairs
)

Parameters

dtoObjectPairs
Type: System.Collections.GenericIEnumerableDtoObjectPair

[Missing <param name="dtoObjectPairs"/> documentation for "M:Netadmin.Management.SystemManagement.Mapper.WindowsServiceLogMapper.MapObjectOntoDto(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.Core.ObjectMapper{Netadmin.Objects.System.SystemModule.ISystemModuleLogObject,Netadmin.Management.SystemManagement.Dto.Implementation.WindowsServiceLog,Netadmin.Management.SystemManagement.Dto.IWindowsServiceLog}.DtoObjectPair})"]

See Also