示例#1
0
 public static void Reset()
 {
     ClassPostfix  = null;
     CSharpVersion = CSharpVersion.Compatible;
     CustomScalarFieldTypeMapping = DefaultScalarFieldTypeMapping;
     CommentGeneration            = CommentGenerationOption.Disabled;
     IncludeDeprecatedFields      = false;
 }
示例#2
0
 public static void Reset()
 {
     ClassPostfix  = null;
     CSharpVersion = CSharpVersion.Compatible;
     CustomScalarFieldTypeMapping = DefaultScalarFieldTypeMapping;
     CommentGeneration            = CommentGenerationOption.Disabled;
     IncludeDeprecatedFields      = false;
     FloatType = FloatType.Decimal;
     TreatUnknownObjectAsScalar = false;
 }
示例#3
0
 public static void Reset()
 {
     ClassPostfix = null;
     CustomClassNameMapping.Clear();
     CSharpVersion = CSharpVersion.Compatible;
     CustomScalarFieldTypeMapping = DefaultScalarFieldTypeMapping;
     CommentGeneration            = CommentGenerationOption.Disabled;
     IncludeDeprecatedFields      = false;
     FloatType   = FloatType.Decimal;
     IntegerType = IntegerType.Int32;
     IdType      = IdType.Guid;
     TreatUnknownObjectAsScalar = false;
     GeneratePartialClasses     = true;
     MemberAccessibility        = MemberAccessibility.Public;
     JsonPropertyGeneration     = JsonPropertyGenerationOption.CaseInsensitive;
 }