Method | Description | |
---|---|---|
GetShortAssemblyQualifiedName ( this type ) : string | ||
ToXElement ( this @object ) : System.Xml.Linq.XElement | ||
ValidateConstructorCountIs ( this type, int expectedCount ) : void | ||
ValidateEventCountIs ( this type, int expectedCount ) : void | ||
ValidateFieldCountIs ( this type, int expectedCount ) : void | ||
ValidateMemberCountsAre ( this type, int expectedConstructorCount, int expectedMethodCount, int expectedFieldCount, int expectedPropertyCount, int expectedEventCount, int expectedNestedTypeCount ) : void | ||
ValidateMemberSources ( this targetType, |
||
ValidateMethodCountIs ( this type, int expectedCount ) : void | ||
ValidateNestedTypeCountIs ( this type, int expectedCount ) : void | ||
ValidatePropertyCountIs ( this type, int expectedCount ) : void |
Method | Description | |
---|---|---|
IsSourceNameEqual ( this target, |
||
IsSourceNameEqual ( this target, |
||
ValidateSourceEqual ( this targetAttributes, |
||
ValidateSourceEqual ( this targetEvent, |
||
ValidateSourceEqual ( this targetField, |
||
ValidateSourceEqual ( this targetMethod, |
||
ValidateSourceEqual ( this targetParameters, |
||
ValidateSourceEqual ( this targetProperty, |
||
ValidateSourceEqual ( this targetType, |
||
ValidateSourceNameEqual ( this target, |
||
ValidateSourceNameEqual ( this target, |
public static GetShortAssemblyQualifiedName ( this type ) : string | ||
type | this | |
return | string |
public static ToXElement ( this @object ) : System.Xml.Linq.XElement | ||
@object | this | |
return | System.Xml.Linq.XElement |
public static ValidateConstructorCountIs ( this type, int expectedCount ) : void | ||
type | this | |
expectedCount | int | |
return | void |
public static ValidateEventCountIs ( this type, int expectedCount ) : void | ||
type | this | |
expectedCount | int | |
return | void |
public static ValidateFieldCountIs ( this type, int expectedCount ) : void | ||
type | this | |
expectedCount | int | |
return | void |
public static ValidateMemberCountsAre ( this type, int expectedConstructorCount, int expectedMethodCount, int expectedFieldCount, int expectedPropertyCount, int expectedEventCount, int expectedNestedTypeCount ) : void | ||
type | this | |
expectedConstructorCount | int | |
expectedMethodCount | int | |
expectedFieldCount | int | |
expectedPropertyCount | int | |
expectedEventCount | int | |
expectedNestedTypeCount | int | |
return | void |
public static ValidateMemberSources ( this targetType, |
||
targetType | this | |
sourceType | ||
return | void |
public static ValidateMethodCountIs ( this type, int expectedCount ) : void | ||
type | this | |
expectedCount | int | |
return | void |
public static ValidateNestedTypeCountIs ( this type, int expectedCount ) : void | ||
type | this | |
expectedCount | int | |
return | void |
public static ValidatePropertyCountIs ( this type, int expectedCount ) : void | ||
type | this | |
expectedCount | int | |
return | void |