-
Notifications
You must be signed in to change notification settings - Fork 0
/
ItaConfiguration.cs
76 lines (59 loc) · 2.46 KB
/
ItaConfiguration.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
// Copyright 2004, Microsoft Corporation
// Sample Code - Use restricted to terms of use defined in the accompanying license agreement (EULA.doc)
//--------------------------------------------------------------
// Autogenerated by XSDObjectGen version 1.4.2.1
// Schema file: ItaConfiguration.xsd
// Creation Date: 2006-06-06 20:21:21
//--------------------------------------------------------------
using System;
using System.Xml.Serialization;
using System.Collections;
using System.Xml.Schema;
using System.ComponentModel;
namespace Notpod
{
//public struct Declarations
//{
// public const string SchemaVersion = "";
//}
//[XmlRoot(ElementName="Configuration",IsNullable=false),Serializable]
//public class Configuration
//{
// [XmlElement(ElementName="ShowNotificationPopups",IsNullable=false,Form=XmlSchemaForm.Qualified,DataType="boolean")]
// [EditorBrowsable(EditorBrowsableState.Advanced)]
// public bool __ShowNotificationPopups;
// [XmlIgnore]
// [EditorBrowsable(EditorBrowsableState.Advanced)]
// public bool __ShowNotificationPopupsSpecified;
// [XmlIgnore]
// public bool ShowNotificationPopups
// {
// get { return __ShowNotificationPopups; }
// set { __ShowNotificationPopups = value; __ShowNotificationPopupsSpecified = true; }
// }
// [XmlElement(ElementName="DeviceConfiguration",IsNullable=false,Form=XmlSchemaForm.Qualified,DataType="string")]
// [EditorBrowsable(EditorBrowsableState.Advanced)]
// public string __DeviceConfiguration;
// [XmlIgnore]
// public string DeviceConfiguration
// {
// get { return __DeviceConfiguration; }
// set { __DeviceConfiguration = value; }
// }
// [XmlElement(ElementName="UseListFolder",IsNullable=false,Form=XmlSchemaForm.Qualified,DataType="boolean")]
// [EditorBrowsable(EditorBrowsableState.Advanced)]
// public bool __UseListFolder;
// [XmlIgnore]
// [EditorBrowsable(EditorBrowsableState.Advanced)]
// public bool __UseListFolderSpecified;
// [XmlIgnore]
// public bool UseListFolder
// {
// get { return __UseListFolder; }
// set { __UseListFolder = value; __UseListFolderSpecified = true; }
// }
// public Configuration()
// {
// }
//}
}