%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
TypesToInclude Property
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > ComparisonConfig Class : TypesToInclude Property


Glossary Item Box

Only these types will be compared. The default is to compare all types.

Syntax

Visual Basic (Declaration) 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property TypesToInclude As System.Collections.Generic.List(Of Type)
Visual Basic (Usage)Copy Code
Dim instance As ComparisonConfig
Dim value As System.Collections.Generic.List(Of Type)
 
instance.TypesToInclude = value
 
value = instance.TypesToInclude
C# 
[System.Runtime.Serialization.DataMember()]
public System.Collections.Generic.List<Type> TypesToInclude {get; set;}
Managed Extensions for C++ 
[System.Runtime.Serialization.DataMember()]
public: __property System.Collections.Generic.List<Type*>* get_TypesToInclude();
public: __property void set_TypesToInclude( 
   System.Collections.Generic.List<Type*>* value
);

Remarks

If you specify a type here no others will be compared unless it is in this list. You must specify ALL Types that you want to compare.

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.