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;
        }