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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Wrapper
Assembly: Mars.Core.dll
Syntax
public static class GlobalRestrictions
Fields
| Improve this Doc View SourceReservedKeywords
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 |
---|---|
System.Collections.Generic.ISet<System.String> |