[This is preliminary documentation and is subject to change.]
The Schema type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Schema(String, IEnumerable String , Boolean, ScriptRunner) | Initializes a new instance of the Schema class |
![]() | Schema(Configuration, IEnumerable String , Boolean, ScriptRunner) | Initializes a new instance of the Schema class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | CONFIG_INCLUDE_SECTION | |
![]() ![]() | CONFIG_SCHEMA_SECTION |
Properties
Name | Description | |
---|---|---|
![]() | IncludePaths |
Returns include paths that are searched for included files
|
![]() | Source |
Returns the source root tree after includes were processed and script was run
|
![]() | SourceOriginal |
Returns the source root tree before script was run but all includes processed
|
![]() | SourceScriptRunner |
Returns script runner used for schema source evaluation. Null returned when no scripts were executed
|
See Also