ParseContext Members
Include Protected Members
Include Inherited Members
Stores parse state that is shared across multiple metadata objects while reading or importing objects.
The ParseContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParseContext | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Errors | Gets the parse warnings in the collection. |
Top
Methods
Name | Description | |
---|---|---|
AddError | Adds a parse warning to the collection, which is displayed after import in the Administration user interface. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top