Breeze.PocoMetadata.NorthwindEntityDescriptor.IsComplexType C# (CSharp) Метод

IsComplexType() публичный Метод

public IsComplexType ( Type type ) : bool
type System.Type
Результат bool
        public override bool IsComplexType(Type type)
        {
            if (type.Name == "Location") return true;
            return false;
        }