%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
AddBreadCrumb(ComparisonConfig,String,String,String,Int32) Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.TypeComparers Namespace > BaseComparer Class > AddBreadCrumb Method : AddBreadCrumb(ComparisonConfig,String,String,String,Int32) Method


config
The comparison configuration
existing
The existing breadcrumb
name
The property or field name
extra
Extra information to output after the name
index
The index for an array, list, or row

Glossary Item Box

Add a breadcrumb to an existing breadcrumb

Syntax

Visual Basic (Declaration) 
Protected Overloads Function AddBreadCrumb( _
   ByVal config As ComparisonConfig, _
   ByVal existing As System.String, _
   ByVal name As System.String, _
   ByVal extra As System.String, _
   ByVal index As System.Integer _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As BaseComparer
Dim config As ComparisonConfig
Dim existing As System.String
Dim name As System.String
Dim extra As System.String
Dim index As System.Integer
Dim value As System.String
 
value = instance.AddBreadCrumb(config, existing, name, extra, index)
C# 
protected System.string AddBreadCrumb( 
   ComparisonConfig config,
   System.string existing,
   System.string name,
   System.string extra,
   System.int index
)
Managed Extensions for C++ 
protected: System.string* AddBreadCrumb( 
   ComparisonConfig* config,
   System.string* existing,
   System.string* name,
   System.string* extra,
   System.int index
) 

Parameters

config
The comparison configuration
existing
The existing breadcrumb
name
The property or field name
extra
Extra information to output after the name
index
The index for an array, list, or row

Return Value

The new breadcrumb

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.