3 overrides of HasAnyValidateMethod
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
839
public override bool
HasAnyValidateMethod
{
Mapping\MappedMetaModel.cs (2)
916
public override bool
HasAnyValidateMethod
{
1694
public override bool
HasAnyValidateMethod
{
5 references to HasAnyValidateMethod
System.Data.Linq (5)
ChangeProcessor.cs (3)
247
if (item.Type.
HasAnyValidateMethod
) {
251
if (item.Type.
HasAnyValidateMethod
) {
256
if (item.IsModified && item.Type.
HasAnyValidateMethod
) {
Mapping\AttributedMetaModel.cs (1)
589
this.hasAnyValidateMethod = (this.onValidateMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.
HasAnyValidateMethod
);
Mapping\MappedMetaModel.cs (1)
626
this.hasAnyValidateMethod = (this.onValidateMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.
HasAnyValidateMethod
);