JToken.MemberAttributeSettings - robbyxp1/QuickJSON GitHub Wiki


JToken.MemberAttributeSettings Class

Holds the attribute settings found - used in FromObject

public class JToken.MemberAttributeSettings

Inheritance System.Object 🡒 MemberAttributeSettings


Fields


JToken.MemberAttributeSettings.MemberInfo Field

Member info

public MemberInfo MemberInfo;
Field Value

System.Reflection.MemberInfo


Properties


JToken.MemberAttributeSettings.CustomFormat Property

if custom format is active

public bool CustomFormat { get; set; }
Property Value

System.Boolean


JToken.MemberAttributeSettings.CustomFormatArray Property

if custom format is active for array elements, not the object itself

public bool CustomFormatArray { get; set; }
Property Value

System.Boolean


JToken.MemberAttributeSettings.IgnoreMemberIfNull Property

ignore member if null

public bool IgnoreMemberIfNull { get; set; }
Property Value

System.Boolean


JToken.MemberAttributeSettings.IgnoreSet Property

if set, sets the memberignore variable for the object below

public System.Collections.Generic.HashSet<string> IgnoreSet { get; set; }
Property Value

System.Collections.Generic.HashSet<System.String>


JToken.MemberAttributeSettings.IncludeSet Property

Only include these members

public System.Collections.Generic.HashSet<string> IncludeSet { get; set; }
Property Value

System.Collections.Generic.HashSet<System.String>


JToken.MemberAttributeSettings.Name Property

name to call the output

public string Name { get; set; }
Property Value

System.String

⚠️ **GitHub.com Fallback** ⚠️