C# Class Epiworx.Test.Helpers.ValidationHelper

ファイルを表示 Open project: mattruma/epiworx-csla

Public Methods

Method Description
ContainsRule ( Csla obj, DbType type, string propertyName ) : bool
ContainsRule ( Csla obj, string name ) : bool

Method Details

ContainsRule() public static method

public static ContainsRule ( Csla obj, DbType type, string propertyName ) : bool
obj Csla
type DbType
propertyName string
return bool

ContainsRule() public static method

public static ContainsRule ( Csla obj, string name ) : bool
obj Csla
name string
return bool