a
This commit is contained in:
@@ -0,0 +1,214 @@
|
||||
using System;
|
||||
using System.Xml.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>The base class for all simple types and complex types.</summary>
|
||||
// Token: 0x02000125 RID: 293
|
||||
[Token(Token = "0x2000125")]
|
||||
public class XmlSchemaType : XmlSchemaAnnotated
|
||||
{
|
||||
/// <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType" /> that represents the built-in simple type of the specified simple type.</summary>
|
||||
/// <param name="typeCode">One of the <see cref="T:System.Xml.Schema.XmlTypeCode" /> values representing the simple type.</param>
|
||||
/// <returns>The <see cref="T:System.Xml.Schema.XmlSchemaSimpleType" /> that represents the built-in simple type.</returns>
|
||||
// Token: 0x060008A0 RID: 2208 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60008A0")]
|
||||
[Address(RVA = "0x5D17B0", Offset = "0x5D05B0", VA = "0x1805D17B0")]
|
||||
public static XmlSchemaSimpleType GetBuiltInSimpleType(XmlTypeCode typeCode)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Gets the qualified name for the type built from the <see langword="Name" /> attribute of this type. This is a post-schema-compilation property.</summary>
|
||||
/// <returns>The <see cref="T:System.Xml.XmlQualifiedName" /> for the type built from the <see langword="Name" /> attribute of this type.</returns>
|
||||
// Token: 0x17000314 RID: 788
|
||||
// (get) Token: 0x060008A1 RID: 2209 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000314")]
|
||||
[XmlIgnore]
|
||||
public XmlQualifiedName QualifiedName
|
||||
{
|
||||
[Token(Token = "0x60008A1")]
|
||||
[Address(RVA = "0x5D18D0", Offset = "0x5D06D0", VA = "0x1805D18D0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the post-compilation value for the base type of this schema type.</summary>
|
||||
/// <returns>An <see cref="T:System.Xml.Schema.XmlSchemaType" /> object representing the base type of this schema type.</returns>
|
||||
// Token: 0x17000315 RID: 789
|
||||
// (get) Token: 0x060008A2 RID: 2210 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000315")]
|
||||
[XmlIgnore]
|
||||
public XmlSchemaType BaseXmlSchemaType
|
||||
{
|
||||
[Token(Token = "0x60008A2")]
|
||||
[Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the post-compilation value for the data type of the complex type.</summary>
|
||||
/// <returns>The <see cref="T:System.Xml.Schema.XmlSchemaDatatype" /> post-schema-compilation value.</returns>
|
||||
// Token: 0x17000316 RID: 790
|
||||
// (get) Token: 0x060008A3 RID: 2211 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000316")]
|
||||
[XmlIgnore]
|
||||
public XmlSchemaDatatype Datatype
|
||||
{
|
||||
[Token(Token = "0x60008A3")]
|
||||
[Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets a value indicating if this type has a mixed content model. This property is only valid in a complex type.</summary>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if the type has a mixed content model; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
|
||||
// Token: 0x17000317 RID: 791
|
||||
// (set) Token: 0x060008A4 RID: 2212 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x17000317")]
|
||||
[XmlIgnore]
|
||||
public virtual bool IsMixed
|
||||
{
|
||||
[Token(Token = "0x60008A4")]
|
||||
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "7")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.Xml.Schema.XmlTypeCode" /> of the type.</summary>
|
||||
/// <returns>One of the <see cref="T:System.Xml.Schema.XmlTypeCode" /> values.</returns>
|
||||
// Token: 0x17000318 RID: 792
|
||||
// (get) Token: 0x060008A5 RID: 2213 RVA: 0x00005640 File Offset: 0x00003840
|
||||
[Token(Token = "0x17000318")]
|
||||
[XmlIgnore]
|
||||
public XmlTypeCode TypeCode
|
||||
{
|
||||
[Token(Token = "0x60008A5")]
|
||||
[Address(RVA = "0x5D18F0", Offset = "0x5D06F0", VA = "0x1805D18F0")]
|
||||
get
|
||||
{
|
||||
return XmlTypeCode.None;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000319 RID: 793
|
||||
// (get) Token: 0x060008A6 RID: 2214 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000319")]
|
||||
[XmlIgnore]
|
||||
internal XmlValueConverter ValueConverter
|
||||
{
|
||||
[Token(Token = "0x60008A6")]
|
||||
[Address(RVA = "0x5D19C0", Offset = "0x5D07C0", VA = "0x1805D19C0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060008A7 RID: 2215 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008A7")]
|
||||
[Address(RVA = "0x5D1800", Offset = "0x5D0600", VA = "0x1805D1800")]
|
||||
internal void SetQualifiedName(XmlQualifiedName value)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060008A8 RID: 2216 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008A8")]
|
||||
[Address(RVA = "0x3F7210", Offset = "0x3F6010", VA = "0x1803F7210")]
|
||||
internal void SetBaseSchemaType(XmlSchemaType value)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060008A9 RID: 2217 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008A9")]
|
||||
[Address(RVA = "0x52EC20", Offset = "0x52DA20", VA = "0x18052EC20")]
|
||||
internal void SetDerivedBy(XmlSchemaDerivationMethod value)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060008AA RID: 2218 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008AA")]
|
||||
[Address(RVA = "0x460F90", Offset = "0x45FD90", VA = "0x180460F90")]
|
||||
internal void SetDatatype(XmlSchemaDatatype value)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x1700031A RID: 794
|
||||
// (get) Token: 0x060008AB RID: 2219 RVA: 0x00002050 File Offset: 0x00000250
|
||||
// (set) Token: 0x060008AC RID: 2220 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x1700031A")]
|
||||
internal SchemaElementDecl ElementDecl
|
||||
{
|
||||
[Token(Token = "0x60008AB")]
|
||||
[Address(RVA = "0x5D18B0", Offset = "0x5D06B0", VA = "0x1805D18B0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x60008AC")]
|
||||
[Address(RVA = "0x5D1A40", Offset = "0x5D0840", VA = "0x1805D1A40")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060008AD RID: 2221 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008AD")]
|
||||
[Address(RVA = "0x52C070", Offset = "0x52AE70", VA = "0x18052C070")]
|
||||
internal void SetContentType(XmlSchemaContentType value)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaType" /> class.</summary>
|
||||
// Token: 0x060008AE RID: 2222 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60008AE")]
|
||||
[Address(RVA = "0x5D1830", Offset = "0x5D0630", VA = "0x1805D1830")]
|
||||
public XmlSchemaType()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000451 RID: 1105
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000451")]
|
||||
private XmlSchemaDerivationMethod final;
|
||||
|
||||
// Token: 0x04000452 RID: 1106
|
||||
[FieldOffset(Offset = "0x14")]
|
||||
[Token(Token = "0x4000452")]
|
||||
private XmlSchemaDerivationMethod derivedBy;
|
||||
|
||||
// Token: 0x04000453 RID: 1107
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000453")]
|
||||
private XmlSchemaType baseSchemaType;
|
||||
|
||||
// Token: 0x04000454 RID: 1108
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4000454")]
|
||||
private XmlSchemaDatatype datatype;
|
||||
|
||||
// Token: 0x04000455 RID: 1109
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4000455")]
|
||||
private SchemaElementDecl elementDecl;
|
||||
|
||||
// Token: 0x04000456 RID: 1110
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4000456")]
|
||||
private XmlQualifiedName qname;
|
||||
|
||||
// Token: 0x04000457 RID: 1111
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4000457")]
|
||||
private XmlSchemaContentType contentType;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user