Class RemoteSettingAttribute
Declaration
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class RemoteSettingAttribute : PropertyAttribute
Properties
Name
Declaration
public string Name { get; }
UseAsDefault
Declaration
public bool UseAsDefault { get; }
ParserType
Declaration
public RemoteSettingAttribute.Parser ParserType { get; }