//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace WcfTestClient.DiscoveryService { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="cmisFaultType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.notInFolderExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.operationNotSupportedExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.permissionDeniedExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.storageExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.offsetExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.constraintViolationExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.versioningExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.filterNotValidExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.typeNotFoundExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.updateConflictExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.folderNotValidExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.objectNotFoundExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.streamNotSupportedExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.runtimeExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.contentAlreadyExistsExceptionType))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.DiscoveryService.invalidArgumentExceptionType))] public partial class cmisFaultType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private long errorCodeField; private string errorMessageField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] public long errorCode { get { return this.errorCodeField; } set { if ((this.errorCodeField.Equals(value) != true)) { this.errorCodeField = value; this.RaisePropertyChanged("errorCode"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, EmitDefaultValue=false)] public string errorMessage { get { return this.errorMessageField; } set { if ((object.ReferenceEquals(this.errorMessageField, value) != true)) { this.errorMessageField = value; this.RaisePropertyChanged("errorMessage"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="notInFolderExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class notInFolderExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="operationNotSupportedExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class operationNotSupportedExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="permissionDeniedExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class permissionDeniedExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="storageExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class storageExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="offsetExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class offsetExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="constraintViolationExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class constraintViolationExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="versioningExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class versioningExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="filterNotValidExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class filterNotValidExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="typeNotFoundExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class typeNotFoundExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="updateConflictExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class updateConflictExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="folderNotValidExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class folderNotValidExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="objectNotFoundExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class objectNotFoundExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="streamNotSupportedExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class streamNotSupportedExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="runtimeExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class runtimeExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="contentAlreadyExistsExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class contentAlreadyExistsExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="invalidArgumentExceptionType", Namespace="http://www.cmis.org/2008/05")] [System.SerializableAttribute()] public partial class invalidArgumentExceptionType : WcfTestClient.DiscoveryService.cmisFaultType { } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.cmis.org/2008/05", ConfigurationName="DiscoveryService.DiscoveryServicePort")] public interface DiscoveryServicePort { // CODEGEN: Parameter 'object' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlElementAttribute'. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.DiscoveryService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")] [System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.DiscoveryService.constraintViolationExceptionType), Action="", Name="constraintViolationException")] [System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.DiscoveryService.runtimeExceptionType), Action="", Name="runtimeException")] [System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.DiscoveryService.updateConflictExceptionType), Action="", Name="updateConflictException")] [System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.DiscoveryService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")] [System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.DiscoveryService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")] [System.ServiceModel.XmlSerializerFormatAttribute()] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))] [return: System.ServiceModel.MessageParameterAttribute(Name="object")] WcfTestClient.DiscoveryService.queryResponse query(WcfTestClient.DiscoveryService.query request); } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisObjectType : object, System.ComponentModel.INotifyPropertyChanged { private cmisPropertiesType propertiesField; private cmisAllowableActionsType allowableActionsField; private cmisObjectType[] relationshipField; private cmisObjectType[] childField; private System.Xml.XmlElement[] anyField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public cmisPropertiesType properties { get { return this.propertiesField; } set { this.propertiesField = value; this.RaisePropertyChanged("properties"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public cmisAllowableActionsType allowableActions { get { return this.allowableActionsField; } set { this.allowableActionsField = value; this.RaisePropertyChanged("allowableActions"); } } /// [System.Xml.Serialization.XmlElementAttribute("relationship", IsNullable=true, Order=2)] public cmisObjectType[] relationship { get { return this.relationshipField; } set { this.relationshipField = value; this.RaisePropertyChanged("relationship"); } } /// [System.Xml.Serialization.XmlElementAttribute("child", IsNullable=true, Order=3)] public cmisObjectType[] child { get { return this.childField; } set { this.childField = value; this.RaisePropertyChanged("child"); } } /// [System.Xml.Serialization.XmlAnyElementAttribute(Order=4)] public System.Xml.XmlElement[] Any { get { return this.anyField; } set { this.anyField = value; this.RaisePropertyChanged("Any"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertiesType : object, System.ComponentModel.INotifyPropertyChanged { private cmisProperty[] itemsField; private System.Xml.XmlElement[] anyField; /// [System.Xml.Serialization.XmlElementAttribute("propertyBoolean", typeof(cmisPropertyBoolean), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyDateTime", typeof(cmisPropertyDateTime), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyDecimal", typeof(cmisPropertyDecimal), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyHtml", typeof(cmisPropertyHtml), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyId", typeof(cmisPropertyId), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyInteger", typeof(cmisPropertyInteger), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyString", typeof(cmisPropertyString), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyUri", typeof(cmisPropertyUri), IsNullable=true, Order=0)] [System.Xml.Serialization.XmlElementAttribute("propertyXml", typeof(cmisPropertyXml), IsNullable=true, Order=0)] public cmisProperty[] Items { get { return this.itemsField; } set { this.itemsField = value; this.RaisePropertyChanged("Items"); } } /// [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] public System.Xml.XmlElement[] Any { get { return this.anyField; } set { this.anyField = value; this.RaisePropertyChanged("Any"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyBoolean : cmisProperty { private bool valueField; private bool valueFieldSpecified; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public bool value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool valueSpecified { get { return this.valueFieldSpecified; } set { this.valueFieldSpecified = value; this.RaisePropertyChanged("valueSpecified"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public enum enumPropertyType { /// boolean, /// id, /// integer, /// datetime, /// @decimal, /// html, /// @string, /// uri, /// xml, } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyBoolean))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyInteger))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyHtml))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyDateTime))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyString))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyXml))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyDecimal))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyId))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cmisPropertyUri))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisProperty : object, System.ComponentModel.INotifyPropertyChanged { private string nameField; private string indexField; /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public string name { get { return this.nameField; } set { this.nameField = value; this.RaisePropertyChanged("name"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, DataType="integer")] public string index { get { return this.indexField; } set { this.indexField = value; this.RaisePropertyChanged("index"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisAllowableActionsType : object, System.ComponentModel.INotifyPropertyChanged { private string parentIdField; private string parentUrlField; private bool canDeleteField; private bool canDeleteFieldSpecified; private bool canUpdatePropertiesField; private bool canUpdatePropertiesFieldSpecified; private bool canGetPropertiesField; private bool canGetPropertiesFieldSpecified; private bool canGetRelationshipsField; private bool canGetRelationshipsFieldSpecified; private bool canGetParentsField; private bool canGetParentsFieldSpecified; private bool canGetFolderParentField; private bool canGetFolderParentFieldSpecified; private bool canGetDescendantsField; private bool canGetDescendantsFieldSpecified; private bool canMoveField; private bool canMoveFieldSpecified; private bool canDeleteVersionField; private bool canDeleteVersionFieldSpecified; private bool canDeleteContentField; private bool canDeleteContentFieldSpecified; private bool canCheckoutField; private bool canCheckoutFieldSpecified; private bool canCancelCheckoutField; private bool canCancelCheckoutFieldSpecified; private bool canCheckinField; private bool canCheckinFieldSpecified; private bool canSetContentField; private bool canSetContentFieldSpecified; private bool canGetAllVersionsField; private bool canGetAllVersionsFieldSpecified; private bool canAddToFolderField; private bool canAddToFolderFieldSpecified; private bool canRemoveFromFolderField; private bool canRemoveFromFolderFieldSpecified; private bool canViewContentField; private bool canViewContentFieldSpecified; private bool canAddPolicyField; private bool canAddPolicyFieldSpecified; private bool canGetAppliedPoliciesField; private bool canGetAppliedPoliciesFieldSpecified; private bool canRemovePolicyField; private bool canRemovePolicyFieldSpecified; private bool canGetChildrenField; private bool canGetChildrenFieldSpecified; private bool canCreateDocumentField; private bool canCreateDocumentFieldSpecified; private bool canCreateFolderField; private bool canCreateFolderFieldSpecified; private bool canCreateRelationshipField; private bool canCreateRelationshipFieldSpecified; private bool canCreatePolicyField; private bool canCreatePolicyFieldSpecified; private bool canDeleteTreeField; private bool canDeleteTreeFieldSpecified; private System.Xml.XmlElement[] anyField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string parentId { get { return this.parentIdField; } set { this.parentIdField = value; this.RaisePropertyChanged("parentId"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string parentUrl { get { return this.parentUrlField; } set { this.parentUrlField = value; this.RaisePropertyChanged("parentUrl"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public bool canDelete { get { return this.canDeleteField; } set { this.canDeleteField = value; this.RaisePropertyChanged("canDelete"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canDeleteSpecified { get { return this.canDeleteFieldSpecified; } set { this.canDeleteFieldSpecified = value; this.RaisePropertyChanged("canDeleteSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=3)] public bool canUpdateProperties { get { return this.canUpdatePropertiesField; } set { this.canUpdatePropertiesField = value; this.RaisePropertyChanged("canUpdateProperties"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canUpdatePropertiesSpecified { get { return this.canUpdatePropertiesFieldSpecified; } set { this.canUpdatePropertiesFieldSpecified = value; this.RaisePropertyChanged("canUpdatePropertiesSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=4)] public bool canGetProperties { get { return this.canGetPropertiesField; } set { this.canGetPropertiesField = value; this.RaisePropertyChanged("canGetProperties"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetPropertiesSpecified { get { return this.canGetPropertiesFieldSpecified; } set { this.canGetPropertiesFieldSpecified = value; this.RaisePropertyChanged("canGetPropertiesSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=5)] public bool canGetRelationships { get { return this.canGetRelationshipsField; } set { this.canGetRelationshipsField = value; this.RaisePropertyChanged("canGetRelationships"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetRelationshipsSpecified { get { return this.canGetRelationshipsFieldSpecified; } set { this.canGetRelationshipsFieldSpecified = value; this.RaisePropertyChanged("canGetRelationshipsSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=6)] public bool canGetParents { get { return this.canGetParentsField; } set { this.canGetParentsField = value; this.RaisePropertyChanged("canGetParents"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetParentsSpecified { get { return this.canGetParentsFieldSpecified; } set { this.canGetParentsFieldSpecified = value; this.RaisePropertyChanged("canGetParentsSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=7)] public bool canGetFolderParent { get { return this.canGetFolderParentField; } set { this.canGetFolderParentField = value; this.RaisePropertyChanged("canGetFolderParent"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetFolderParentSpecified { get { return this.canGetFolderParentFieldSpecified; } set { this.canGetFolderParentFieldSpecified = value; this.RaisePropertyChanged("canGetFolderParentSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=8)] public bool canGetDescendants { get { return this.canGetDescendantsField; } set { this.canGetDescendantsField = value; this.RaisePropertyChanged("canGetDescendants"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetDescendantsSpecified { get { return this.canGetDescendantsFieldSpecified; } set { this.canGetDescendantsFieldSpecified = value; this.RaisePropertyChanged("canGetDescendantsSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=9)] public bool canMove { get { return this.canMoveField; } set { this.canMoveField = value; this.RaisePropertyChanged("canMove"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canMoveSpecified { get { return this.canMoveFieldSpecified; } set { this.canMoveFieldSpecified = value; this.RaisePropertyChanged("canMoveSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=10)] public bool canDeleteVersion { get { return this.canDeleteVersionField; } set { this.canDeleteVersionField = value; this.RaisePropertyChanged("canDeleteVersion"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canDeleteVersionSpecified { get { return this.canDeleteVersionFieldSpecified; } set { this.canDeleteVersionFieldSpecified = value; this.RaisePropertyChanged("canDeleteVersionSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=11)] public bool canDeleteContent { get { return this.canDeleteContentField; } set { this.canDeleteContentField = value; this.RaisePropertyChanged("canDeleteContent"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canDeleteContentSpecified { get { return this.canDeleteContentFieldSpecified; } set { this.canDeleteContentFieldSpecified = value; this.RaisePropertyChanged("canDeleteContentSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=12)] public bool canCheckout { get { return this.canCheckoutField; } set { this.canCheckoutField = value; this.RaisePropertyChanged("canCheckout"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCheckoutSpecified { get { return this.canCheckoutFieldSpecified; } set { this.canCheckoutFieldSpecified = value; this.RaisePropertyChanged("canCheckoutSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=13)] public bool canCancelCheckout { get { return this.canCancelCheckoutField; } set { this.canCancelCheckoutField = value; this.RaisePropertyChanged("canCancelCheckout"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCancelCheckoutSpecified { get { return this.canCancelCheckoutFieldSpecified; } set { this.canCancelCheckoutFieldSpecified = value; this.RaisePropertyChanged("canCancelCheckoutSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=14)] public bool canCheckin { get { return this.canCheckinField; } set { this.canCheckinField = value; this.RaisePropertyChanged("canCheckin"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCheckinSpecified { get { return this.canCheckinFieldSpecified; } set { this.canCheckinFieldSpecified = value; this.RaisePropertyChanged("canCheckinSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=15)] public bool canSetContent { get { return this.canSetContentField; } set { this.canSetContentField = value; this.RaisePropertyChanged("canSetContent"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canSetContentSpecified { get { return this.canSetContentFieldSpecified; } set { this.canSetContentFieldSpecified = value; this.RaisePropertyChanged("canSetContentSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=16)] public bool canGetAllVersions { get { return this.canGetAllVersionsField; } set { this.canGetAllVersionsField = value; this.RaisePropertyChanged("canGetAllVersions"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetAllVersionsSpecified { get { return this.canGetAllVersionsFieldSpecified; } set { this.canGetAllVersionsFieldSpecified = value; this.RaisePropertyChanged("canGetAllVersionsSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=17)] public bool canAddToFolder { get { return this.canAddToFolderField; } set { this.canAddToFolderField = value; this.RaisePropertyChanged("canAddToFolder"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canAddToFolderSpecified { get { return this.canAddToFolderFieldSpecified; } set { this.canAddToFolderFieldSpecified = value; this.RaisePropertyChanged("canAddToFolderSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=18)] public bool canRemoveFromFolder { get { return this.canRemoveFromFolderField; } set { this.canRemoveFromFolderField = value; this.RaisePropertyChanged("canRemoveFromFolder"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canRemoveFromFolderSpecified { get { return this.canRemoveFromFolderFieldSpecified; } set { this.canRemoveFromFolderFieldSpecified = value; this.RaisePropertyChanged("canRemoveFromFolderSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=19)] public bool canViewContent { get { return this.canViewContentField; } set { this.canViewContentField = value; this.RaisePropertyChanged("canViewContent"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canViewContentSpecified { get { return this.canViewContentFieldSpecified; } set { this.canViewContentFieldSpecified = value; this.RaisePropertyChanged("canViewContentSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=20)] public bool canAddPolicy { get { return this.canAddPolicyField; } set { this.canAddPolicyField = value; this.RaisePropertyChanged("canAddPolicy"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canAddPolicySpecified { get { return this.canAddPolicyFieldSpecified; } set { this.canAddPolicyFieldSpecified = value; this.RaisePropertyChanged("canAddPolicySpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=21)] public bool canGetAppliedPolicies { get { return this.canGetAppliedPoliciesField; } set { this.canGetAppliedPoliciesField = value; this.RaisePropertyChanged("canGetAppliedPolicies"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetAppliedPoliciesSpecified { get { return this.canGetAppliedPoliciesFieldSpecified; } set { this.canGetAppliedPoliciesFieldSpecified = value; this.RaisePropertyChanged("canGetAppliedPoliciesSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=22)] public bool canRemovePolicy { get { return this.canRemovePolicyField; } set { this.canRemovePolicyField = value; this.RaisePropertyChanged("canRemovePolicy"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canRemovePolicySpecified { get { return this.canRemovePolicyFieldSpecified; } set { this.canRemovePolicyFieldSpecified = value; this.RaisePropertyChanged("canRemovePolicySpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=23)] public bool canGetChildren { get { return this.canGetChildrenField; } set { this.canGetChildrenField = value; this.RaisePropertyChanged("canGetChildren"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canGetChildrenSpecified { get { return this.canGetChildrenFieldSpecified; } set { this.canGetChildrenFieldSpecified = value; this.RaisePropertyChanged("canGetChildrenSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=24)] public bool canCreateDocument { get { return this.canCreateDocumentField; } set { this.canCreateDocumentField = value; this.RaisePropertyChanged("canCreateDocument"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCreateDocumentSpecified { get { return this.canCreateDocumentFieldSpecified; } set { this.canCreateDocumentFieldSpecified = value; this.RaisePropertyChanged("canCreateDocumentSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=25)] public bool canCreateFolder { get { return this.canCreateFolderField; } set { this.canCreateFolderField = value; this.RaisePropertyChanged("canCreateFolder"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCreateFolderSpecified { get { return this.canCreateFolderFieldSpecified; } set { this.canCreateFolderFieldSpecified = value; this.RaisePropertyChanged("canCreateFolderSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=26)] public bool canCreateRelationship { get { return this.canCreateRelationshipField; } set { this.canCreateRelationshipField = value; this.RaisePropertyChanged("canCreateRelationship"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCreateRelationshipSpecified { get { return this.canCreateRelationshipFieldSpecified; } set { this.canCreateRelationshipFieldSpecified = value; this.RaisePropertyChanged("canCreateRelationshipSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=27)] public bool canCreatePolicy { get { return this.canCreatePolicyField; } set { this.canCreatePolicyField = value; this.RaisePropertyChanged("canCreatePolicy"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canCreatePolicySpecified { get { return this.canCreatePolicyFieldSpecified; } set { this.canCreatePolicyFieldSpecified = value; this.RaisePropertyChanged("canCreatePolicySpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=28)] public bool canDeleteTree { get { return this.canDeleteTreeField; } set { this.canDeleteTreeField = value; this.RaisePropertyChanged("canDeleteTree"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool canDeleteTreeSpecified { get { return this.canDeleteTreeFieldSpecified; } set { this.canDeleteTreeFieldSpecified = value; this.RaisePropertyChanged("canDeleteTreeSpecified"); } } /// [System.Xml.Serialization.XmlAnyElementAttribute(Order=29)] public System.Xml.XmlElement[] Any { get { return this.anyField; } set { this.anyField = value; this.RaisePropertyChanged("Any"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyInteger : cmisProperty { private string valueField; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] public string value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyHtml : cmisProperty { private System.Xml.XmlElement[] anyField; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] public System.Xml.XmlElement[] Any { get { return this.anyField; } set { this.anyField = value; this.RaisePropertyChanged("Any"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyDateTime : cmisProperty { private System.DateTime valueField; private bool valueFieldSpecified; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public System.DateTime value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool valueSpecified { get { return this.valueFieldSpecified; } set { this.valueFieldSpecified = value; this.RaisePropertyChanged("valueSpecified"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyString : cmisProperty { private string valueField; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyXml : cmisProperty { private System.Xml.XmlElement[] anyField; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] public System.Xml.XmlElement[] Any { get { return this.anyField; } set { this.anyField = value; this.RaisePropertyChanged("Any"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyDecimal : cmisProperty { private decimal valueField; private bool valueFieldSpecified; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public decimal value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool valueSpecified { get { return this.valueFieldSpecified; } set { this.valueFieldSpecified = value; this.RaisePropertyChanged("valueSpecified"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyId : cmisProperty { private string valueField; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private string hrefField; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, DataType="anyURI")] public string href { get { return this.hrefField; } set { this.hrefField = value; this.RaisePropertyChanged("href"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.cmis.org/2008/05")] public partial class cmisPropertyUri : cmisProperty { private string valueField; private enumPropertyType propertyTypeField; private bool propertyTypeFieldSpecified; private System.Xml.XmlAttribute[] anyAttrField; /// [System.Xml.Serialization.XmlElementAttribute(DataType="anyURI", Order=0)] public string value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)] public enumPropertyType propertyType { get { return this.propertyTypeField; } set { this.propertyTypeField = value; this.RaisePropertyChanged("propertyType"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool propertyTypeSpecified { get { return this.propertyTypeFieldSpecified; } set { this.propertyTypeFieldSpecified = value; this.RaisePropertyChanged("propertyTypeSpecified"); } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; this.RaisePropertyChanged("AnyAttr"); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="query", WrapperNamespace="http://www.cmis.org/2008/05", IsWrapped=true)] public partial class query { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=0)] public string statement; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=1)] public bool searchAllVersions; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=2)] [System.Xml.Serialization.XmlElementAttribute(DataType="integer")] public string pageSize; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=3)] [System.Xml.Serialization.XmlElementAttribute(DataType="integer")] public string skipCount; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=4)] public bool returnAllowableActions; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=5)] [System.Xml.Serialization.XmlAnyElementAttribute()] public System.Xml.XmlElement[] Any; public query() { } public query(string statement, bool searchAllVersions, string pageSize, string skipCount, bool returnAllowableActions, System.Xml.XmlElement[] Any) { this.statement = statement; this.searchAllVersions = searchAllVersions; this.pageSize = pageSize; this.skipCount = skipCount; this.returnAllowableActions = returnAllowableActions; this.Any = Any; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="queryResponse", WrapperNamespace="http://www.cmis.org/2008/05", IsWrapped=true)] public partial class queryResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=0)] [System.Xml.Serialization.XmlElementAttribute("object", IsNullable=true)] public cmisObjectType[] @object; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=1)] public bool hasMoreItems; public queryResponse() { } public queryResponse(cmisObjectType[] @object, bool hasMoreItems) { this.@object = @object; this.hasMoreItems = hasMoreItems; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] public interface DiscoveryServicePortChannel : WcfTestClient.DiscoveryService.DiscoveryServicePort, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] public partial class DiscoveryServicePortClient : System.ServiceModel.ClientBase, WcfTestClient.DiscoveryService.DiscoveryServicePort { public DiscoveryServicePortClient() { } public DiscoveryServicePortClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public DiscoveryServicePortClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public DiscoveryServicePortClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public DiscoveryServicePortClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] WcfTestClient.DiscoveryService.queryResponse WcfTestClient.DiscoveryService.DiscoveryServicePort.query(WcfTestClient.DiscoveryService.query request) { return base.Channel.query(request); } public cmisObjectType[] query(string statement, bool searchAllVersions, string pageSize, string skipCount, bool returnAllowableActions, System.Xml.XmlElement[] Any, out bool hasMoreItems) { WcfTestClient.DiscoveryService.query inValue = new WcfTestClient.DiscoveryService.query(); inValue.statement = statement; inValue.searchAllVersions = searchAllVersions; inValue.pageSize = pageSize; inValue.skipCount = skipCount; inValue.returnAllowableActions = returnAllowableActions; inValue.Any = Any; WcfTestClient.DiscoveryService.queryResponse retVal = ((WcfTestClient.DiscoveryService.DiscoveryServicePort)(this)).query(inValue); hasMoreItems = retVal.hasMoreItems; return retVal.@object; } public cmisObjectType[] queryWrapper(WcfTestClient.DiscoveryService.query query, out bool hasMoreItems) { WcfTestClient.DiscoveryService.queryResponse retVal = ((WcfTestClient.DiscoveryService.DiscoveryServicePort)(this)).query(query); hasMoreItems = retVal.hasMoreItems; return retVal.@object; } } }