Breeze.PocoMetadata.NorthwindEntityDescriptor.IsComplexType C# (CSharp) Méthode

IsComplexType() public méthode

public IsComplexType ( Type type ) : bool
type System.Type
Résultat bool
        public override bool IsComplexType(Type type)
        {
            if (type.Name == "Location") return true;
            return false;
        }