C# Class Prizm.Main.Forms.Notifications.Data.DuplicateNumberLoader.DuplicateNumberTransformer

Inheritance: IResultTransformer
Mostrar archivo Open project: AleksMorozova/prizm

Public Methods

Method Description
GetId ( object tuple ) : System.Guid
GetOwnerName ( object tuple ) : string
GetTextInformation ( object tuple ) : string
TransformList ( System collection ) : System.Collections.IList
TransformTuple ( object tuple, string aliases ) : object

Method Details

GetId() public method

public GetId ( object tuple ) : System.Guid
tuple object
return System.Guid

GetOwnerName() public method

public GetOwnerName ( object tuple ) : string
tuple object
return string

GetTextInformation() public method

public GetTextInformation ( object tuple ) : string
tuple object
return string

TransformList() public method

public TransformList ( System collection ) : System.Collections.IList
collection System
return System.Collections.IList

TransformTuple() public method

public TransformTuple ( object tuple, string aliases ) : object
tuple object
aliases string
return object