jj: license
This commit is contained in:
@@ -12,24 +12,26 @@ Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System.Xml.Serialization
|
||||
Imports System.ComponentModel
|
||||
Imports System.CodeDom.Compiler
|
||||
|
||||
'
|
||||
'This source code was auto-generated by xsd, Version=4.6.1586.0.
|
||||
'
|
||||
|
||||
'''<remarks/>
|
||||
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1586.0"), _
|
||||
System.SerializableAttribute(), _
|
||||
System.Diagnostics.DebuggerStepThroughAttribute(), _
|
||||
System.ComponentModel.DesignerCategoryAttribute("code"), _
|
||||
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true, [Namespace]:="http://tempuri.org/LicenseSchema.xsd"),
|
||||
System.Xml.Serialization.XmlRootAttribute([Namespace]:="http://tempuri.org/LicenseSchema.xsd", IsNullable:=False)>
|
||||
<GeneratedCode("xsd", "4.6.1586.0"),
|
||||
Serializable(),
|
||||
DebuggerStepThrough(),
|
||||
DesignerCategory("code"),
|
||||
XmlType(AnonymousType:=True, [Namespace]:="http://tempuri.org/LicenseSchema.xsd"),
|
||||
XmlRoot([Namespace]:="http://tempuri.org/LicenseSchema.xsd", IsNullable:=False, ElementName:="License")>
|
||||
Partial Public Class LicenseSchema
|
||||
|
||||
Private modulesField() As LicenseModule
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlArrayItemAttribute("Module", IsNullable:=False)>
|
||||
<XmlArrayItemAttribute("Module", IsNullable:=False)>
|
||||
Public Property Modules() As LicenseModule()
|
||||
Get
|
||||
Return Me.modulesField
|
||||
@@ -41,161 +43,161 @@ Partial Public Class LicenseSchema
|
||||
End Class
|
||||
|
||||
'''<remarks/>
|
||||
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1586.0"), _
|
||||
System.SerializableAttribute(), _
|
||||
System.Diagnostics.DebuggerStepThroughAttribute(), _
|
||||
System.ComponentModel.DesignerCategoryAttribute("code"), _
|
||||
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true, [Namespace]:="http://tempuri.org/LicenseSchema.xsd")> _
|
||||
<GeneratedCode("xsd", "4.6.1586.0"),
|
||||
Serializable(),
|
||||
DebuggerStepThrough(),
|
||||
DesignerCategory("code"),
|
||||
XmlType(AnonymousType:=True, [Namespace]:="http://tempuri.org/LicenseSchema.xsd")>
|
||||
Partial Public Class LicenseModule
|
||||
|
||||
|
||||
Private usersField() As LicenseModuleUser
|
||||
|
||||
|
||||
Private nameField As String
|
||||
|
||||
|
||||
Private validUntilField As Date
|
||||
|
||||
|
||||
Private validUntilFieldSpecified As Boolean
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlArrayItemAttribute("User", IsNullable:=false)> _
|
||||
<XmlArrayItem("User", IsNullable:=False)>
|
||||
Public Property Users() As LicenseModuleUser()
|
||||
Get
|
||||
Return Me.usersField
|
||||
End Get
|
||||
Set
|
||||
Me.usersField = value
|
||||
Me.usersField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlAttributeAttribute()> _
|
||||
<XmlAttribute()>
|
||||
Public Property Name() As String
|
||||
Get
|
||||
Return Me.nameField
|
||||
End Get
|
||||
Set
|
||||
Me.nameField = value
|
||||
Me.nameField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlAttributeAttribute(DataType:="date")> _
|
||||
<XmlAttribute(DataType:="date")>
|
||||
Public Property ValidUntil() As Date
|
||||
Get
|
||||
Return Me.validUntilField
|
||||
End Get
|
||||
Set
|
||||
Me.validUntilField = value
|
||||
Me.validUntilField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlIgnoreAttribute()> _
|
||||
<XmlIgnoreAttribute()>
|
||||
Public Property ValidUntilSpecified() As Boolean
|
||||
Get
|
||||
Return Me.validUntilFieldSpecified
|
||||
End Get
|
||||
Set
|
||||
Me.validUntilFieldSpecified = value
|
||||
Me.validUntilFieldSpecified = Value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
|
||||
'''<remarks/>
|
||||
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1586.0"), _
|
||||
System.SerializableAttribute(), _
|
||||
System.Diagnostics.DebuggerStepThroughAttribute(), _
|
||||
System.ComponentModel.DesignerCategoryAttribute("code"), _
|
||||
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true, [Namespace]:="http://tempuri.org/LicenseSchema.xsd")> _
|
||||
<GeneratedCode("xsd", "4.6.1586.0"),
|
||||
Serializable(),
|
||||
DebuggerStepThrough(),
|
||||
DesignerCategory("code"),
|
||||
XmlType(AnonymousType:=True, [Namespace]:="http://tempuri.org/LicenseSchema.xsd")>
|
||||
Partial Public Class LicenseModuleUser
|
||||
|
||||
|
||||
Private typeField As UserType
|
||||
|
||||
|
||||
Private countField As String
|
||||
|
||||
|
||||
Private testField As Boolean
|
||||
|
||||
|
||||
Private validUntilField As Date
|
||||
|
||||
|
||||
Private validUntilFieldSpecified As Boolean
|
||||
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New
|
||||
Me.testField = true
|
||||
Me.testField = True
|
||||
End Sub
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlAttributeAttribute()> _
|
||||
<XmlAttribute()>
|
||||
Public Property Type() As UserType
|
||||
Get
|
||||
Return Me.typeField
|
||||
End Get
|
||||
Set
|
||||
Me.typeField = value
|
||||
Me.typeField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlAttributeAttribute(DataType:="integer")> _
|
||||
<XmlAttribute(DataType:="integer")>
|
||||
Public Property Count() As String
|
||||
Get
|
||||
Return Me.countField
|
||||
End Get
|
||||
Set
|
||||
Me.countField = value
|
||||
Me.countField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlAttributeAttribute(), _
|
||||
System.ComponentModel.DefaultValueAttribute(true)> _
|
||||
<XmlAttribute(),
|
||||
DefaultValue(True)>
|
||||
Public Property Test() As Boolean
|
||||
Get
|
||||
Return Me.testField
|
||||
End Get
|
||||
Set
|
||||
Me.testField = value
|
||||
Me.testField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlAttributeAttribute(DataType:="date")> _
|
||||
<XmlAttribute(DataType:="date")>
|
||||
Public Property ValidUntil() As Date
|
||||
Get
|
||||
Return Me.validUntilField
|
||||
End Get
|
||||
Set
|
||||
Me.validUntilField = value
|
||||
Me.validUntilField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlIgnoreAttribute()> _
|
||||
<XmlIgnore()>
|
||||
Public Property ValidUntilSpecified() As Boolean
|
||||
Get
|
||||
Return Me.validUntilFieldSpecified
|
||||
End Get
|
||||
Set
|
||||
Me.validUntilFieldSpecified = value
|
||||
Me.validUntilFieldSpecified = Value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
|
||||
'''<remarks/>
|
||||
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1586.0"), _
|
||||
System.SerializableAttribute(), _
|
||||
System.Xml.Serialization.XmlTypeAttribute([Namespace]:="http://tempuri.org/LicenseSchema.xsd")> _
|
||||
<GeneratedCode("xsd", "4.6.1586.0"),
|
||||
Serializable(),
|
||||
XmlType([Namespace]:="http://tempuri.org/LicenseSchema.xsd")>
|
||||
Public Enum UserType
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
PowerUser
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
[ReadOnly]
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
[WriteOnly]
|
||||
|
||||
|
||||
'''<remarks/>
|
||||
ReadWrite
|
||||
End Enum
|
||||
|
||||
Reference in New Issue
Block a user