This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class SxmlSchemaSet |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SxmlSchemaSet |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
SxmlSchemaSet |
Initializes a new instance of the SxmlSchemaSet class.
|
Public Methods
Name | Description | |
---|---|---|
Add | (Inherited from XmlSchemaSet.) | |
Add | (Inherited from XmlSchemaSet.) | |
Add | (Inherited from XmlSchemaSet.) | |
Add | (Inherited from XmlSchemaSet.) | |
Compile | (Inherited from XmlSchemaSet.) | |
Contains | (Inherited from XmlSchemaSet.) | |
Contains | (Inherited from XmlSchemaSet.) | |
CopyTo | (Inherited from XmlSchemaSet.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsAllowed | Overloaded. | |
IsSecurityZoneAllowed |
Determines whether specified zone is available in given zones.
|
|
Remove | (Inherited from XmlSchemaSet.) | |
RemoveRecursive | (Inherited from XmlSchemaSet.) | |
Reprocess | (Inherited from XmlSchemaSet.) | |
Schemas | (Inherited from XmlSchemaSet.) | |
Schemas | (Inherited from XmlSchemaSet.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
CompilationSettings | (Inherited from XmlSchemaSet.) | |
Count | (Inherited from XmlSchemaSet.) | |
DisallowedElements |
Gets the disallowed elements.
|
|
GlobalAttributes | (Inherited from XmlSchemaSet.) | |
GlobalElements | (Inherited from XmlSchemaSet.) | |
GlobalTypes | (Inherited from XmlSchemaSet.) | |
IsCompiled | (Inherited from XmlSchemaSet.) | |
NameTable | (Inherited from XmlSchemaSet.) | |
SecurityZone |
Gets the security zone.
|
|
XmlResolver | (Inherited from XmlSchemaSet.) |
Public Events
Name | Description | |
---|---|---|
ValidationEventHandler | (Inherited from XmlSchemaSet.) |
See Also
Smartsite.Validation.Sxml Namespace