%%PageItemTitle%%

Compare .NET Objects

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


config
Comparison configuration
existing
The existing breadcrumb
name
The field or property name
extra
Extra information to append after the name
index
The index if it is an array, list, row etc.

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.String _
) 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.String
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.string index
)
Managed Extensions for C++ 
protected: System.string* AddBreadCrumb( 
   ComparisonConfig* config,
   System.string* existing,
   System.string* name,
   System.string* extra,
   System.string* index
) 

Parameters

config
Comparison configuration
existing
The existing breadcrumb
name
The field or property name
extra
Extra information to append after the name
index
The index if it is an array, list, row etc.

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.