C# 클래스 KellermanSoftware.CompareNetObjects.ExcludeLogic

Exclude types depending upon the configuration
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

메소드 설명
IgnoredByAttribute ( ComparisonConfig config, MemberInfo info ) : bool

Check if any type has attributes that should be bypassed

ShouldExcludeClassType ( ComparisonConfig config, Type t1, Type t2 ) : bool

Check if the class type should be excluded based on the configuration

ShouldExcludeMember ( ComparisonConfig config, MemberInfo info ) : bool

Returns true if the property or field should be excluded

메소드 상세

IgnoredByAttribute() 공개 정적인 메소드

Check if any type has attributes that should be bypassed
public static IgnoredByAttribute ( ComparisonConfig config, MemberInfo info ) : bool
config ComparisonConfig
info System.Reflection.MemberInfo
리턴 bool

ShouldExcludeClassType() 공개 정적인 메소드

Check if the class type should be excluded based on the configuration
public static ShouldExcludeClassType ( ComparisonConfig config, Type t1, Type t2 ) : bool
config ComparisonConfig
t1 System.Type
t2 System.Type
리턴 bool

ShouldExcludeMember() 공개 정적인 메소드

Returns true if the property or field should be excluded
public static ShouldExcludeMember ( ComparisonConfig config, MemberInfo info ) : bool
config ComparisonConfig
info System.Reflection.MemberInfo
리턴 bool