CIAPI.CodeGenerator.JsSchemaParser.ResolvePrimitiveTypeName C# (CSharp) Method

ResolvePrimitiveTypeName() public method

public ResolvePrimitiveTypeName ( string typename, Newtonsoft.Json.Linq.JObject property ) : string
typename string
property Newtonsoft.Json.Linq.JObject
return string
        public override string ResolvePrimitiveTypeName(string typename, JObject property)
        {
            throw new NotImplementedException();
        }