AwesomeSauce.Binding.EntityConverterFamily.Matches C# (CSharp) Method

Matches() public method

public Matches ( Type type, ConverterLibrary converter ) : bool
type System.Type
converter ConverterLibrary
return bool
        public bool Matches(Type type, ConverterLibrary converter)
        {
            return AwesomeConfiguration.AwesomeEntities(type);
        }
EntityConverterFamily