Class GlobalRestrictions
This class contains a set of names reserved for specific
cases and cannot be used for model-related stuff.
Inheritance
System.Object
GlobalRestrictions
Namespace: Mars.Core.Data.Wrapper
Assembly: Mars.Core.dll
Syntax
public static class GlobalRestrictions : object
Fields
ReservedKeywords
A collection of reserved names for the output pipeline generator.
Equivalent output properties will be hidden by them.
Declaration
public static readonly ISet<string> ReservedKeywords
Field Value
Type | Description |
---|---|
ISet<System.String> |