mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12874 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2362 lines
103 KiB
C#
2362 lines
103 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WcfTestClient.ObjectService {
|
|
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.ObjectService.notInFolderExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.storageExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.offsetExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.versioningExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.filterNotValidExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.typeNotFoundExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.folderNotValidExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.streamNotSupportedExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(WcfTestClient.ObjectService.contentAlreadyExistsExceptionType))]
|
|
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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.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.ObjectService.cmisFaultType {
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Namespace="http://www.cmis.org/2008/05", ConfigurationName="ObjectService.ObjectServicePort")]
|
|
public interface ObjectServicePort {
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.contentAlreadyExistsExceptionType), Action="", Name="contentAlreadyExistsException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.storageExceptionType), Action="", Name="storageException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.streamNotSupportedExceptionType), Action="", Name="streamNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
void setContentStream(string repositoryId, ref string documentId, bool overwriteFlag, WcfTestClient.ObjectService.cmisContentStreamType contentStream);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.typeNotFoundExceptionType), Action="", Name="typeNotFoundException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="objectId")]
|
|
string createRelationship(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string sourceObjectId, string targetObjectId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.storageExceptionType), Action="", Name="storageException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.streamNotSupportedExceptionType), Action="", Name="streamNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.typeNotFoundExceptionType), Action="", Name="typeNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.folderNotValidExceptionType), Action="", Name="folderNotValidException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="objectId")]
|
|
string createDocument(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string folderId, WcfTestClient.ObjectService.cmisContentStreamType contentStream, WcfTestClient.ObjectService.enumVersioningState versioningState);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.storageExceptionType), Action="", Name="storageException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.streamNotSupportedExceptionType), Action="", Name="streamNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.offsetExceptionType), Action="", Name="offsetException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="contentStream")]
|
|
WcfTestClient.ObjectService.cmisContentStreamType getContentStream(string repositoryId, string documentId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
void updateProperties(string repositoryId, ref string objectId, string changeToken, WcfTestClient.ObjectService.cmisPropertiesType properties);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.typeNotFoundExceptionType), Action="", Name="typeNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.folderNotValidExceptionType), Action="", Name="folderNotValidException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="objectId")]
|
|
string createFolder(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string folderId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.notInFolderExceptionType), Action="", Name="notInFolderException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.folderNotValidExceptionType), Action="", Name="folderNotValidException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
void moveObject(string repositoryId, string objectId, string targetFolderId, string sourceFolderId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.storageExceptionType), Action="", Name="storageException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.streamNotSupportedExceptionType), Action="", Name="streamNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.versioningExceptionType), Action="", Name="versioningException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
void deleteContentStream(string repositoryId, string documentId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
void deleteObject(string repositoryId, string objectId);
|
|
|
|
// CODEGEN: Parameter 'failedToDelete' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlArrayItemAttribute'.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.folderNotValidExceptionType), Action="", Name="folderNotValidException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="failedToDelete")]
|
|
WcfTestClient.ObjectService.deleteTreeResponse deleteTree(WcfTestClient.ObjectService.deleteTree request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.filterNotValidExceptionType), Action="", Name="filterNotValidException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="object")]
|
|
WcfTestClient.ObjectService.cmisObjectType getProperties(string repositoryId, string objectId, WcfTestClient.ObjectService.enumReturnVersion returnVersion, string filter, bool includeAllowableActions, bool includeRelationships);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.constraintViolationExceptionType), Action="", Name="constraintViolationException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.typeNotFoundExceptionType), Action="", Name="typeNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.folderNotValidExceptionType), Action="", Name="folderNotValidException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="objectId")]
|
|
string createPolicy(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string folderId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.invalidArgumentExceptionType), Action="", Name="invalidArgumentException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.runtimeExceptionType), Action="", Name="runtimeException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.updateConflictExceptionType), Action="", Name="updateConflictException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.objectNotFoundExceptionType), Action="", Name="objectNotFoundException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.operationNotSupportedExceptionType), Action="", Name="operationNotSupportedException")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(WcfTestClient.ObjectService.permissionDeniedExceptionType), Action="", Name="permissionDeniedException")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute()]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(cmisProperty))]
|
|
[return: System.ServiceModel.MessageParameterAttribute(Name="allowableActions")]
|
|
WcfTestClient.ObjectService.cmisAllowableActionsType getAllowableActions(string repositoryId, string objectId);
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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 cmisContentStreamType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string lengthField;
|
|
|
|
private string mimeTypeField;
|
|
|
|
private string filenameField;
|
|
|
|
private string uriField;
|
|
|
|
private byte[] streamField;
|
|
|
|
private System.Xml.XmlElement[] anyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)]
|
|
public string length {
|
|
get {
|
|
return this.lengthField;
|
|
}
|
|
set {
|
|
this.lengthField = value;
|
|
this.RaisePropertyChanged("length");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string mimeType {
|
|
get {
|
|
return this.mimeTypeField;
|
|
}
|
|
set {
|
|
this.mimeTypeField = value;
|
|
this.RaisePropertyChanged("mimeType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string filename {
|
|
get {
|
|
return this.filenameField;
|
|
}
|
|
set {
|
|
this.filenameField = value;
|
|
this.RaisePropertyChanged("filename");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="anyURI", Order=3)]
|
|
public string uri {
|
|
get {
|
|
return this.uriField;
|
|
}
|
|
set {
|
|
this.uriField = value;
|
|
this.RaisePropertyChanged("uri");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)]
|
|
public byte[] stream {
|
|
get {
|
|
return this.streamField;
|
|
}
|
|
set {
|
|
this.streamField = value;
|
|
this.RaisePropertyChanged("stream");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyElementAttribute(Order=5)]
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string parentId {
|
|
get {
|
|
return this.parentIdField;
|
|
}
|
|
set {
|
|
this.parentIdField = value;
|
|
this.RaisePropertyChanged("parentId");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string parentUrl {
|
|
get {
|
|
return this.parentUrlField;
|
|
}
|
|
set {
|
|
this.parentUrlField = value;
|
|
this.RaisePropertyChanged("parentUrl");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public bool canDelete {
|
|
get {
|
|
return this.canDeleteField;
|
|
}
|
|
set {
|
|
this.canDeleteField = value;
|
|
this.RaisePropertyChanged("canDelete");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canDeleteSpecified {
|
|
get {
|
|
return this.canDeleteFieldSpecified;
|
|
}
|
|
set {
|
|
this.canDeleteFieldSpecified = value;
|
|
this.RaisePropertyChanged("canDeleteSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public bool canUpdateProperties {
|
|
get {
|
|
return this.canUpdatePropertiesField;
|
|
}
|
|
set {
|
|
this.canUpdatePropertiesField = value;
|
|
this.RaisePropertyChanged("canUpdateProperties");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canUpdatePropertiesSpecified {
|
|
get {
|
|
return this.canUpdatePropertiesFieldSpecified;
|
|
}
|
|
set {
|
|
this.canUpdatePropertiesFieldSpecified = value;
|
|
this.RaisePropertyChanged("canUpdatePropertiesSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public bool canGetProperties {
|
|
get {
|
|
return this.canGetPropertiesField;
|
|
}
|
|
set {
|
|
this.canGetPropertiesField = value;
|
|
this.RaisePropertyChanged("canGetProperties");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetPropertiesSpecified {
|
|
get {
|
|
return this.canGetPropertiesFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetPropertiesFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetPropertiesSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public bool canGetRelationships {
|
|
get {
|
|
return this.canGetRelationshipsField;
|
|
}
|
|
set {
|
|
this.canGetRelationshipsField = value;
|
|
this.RaisePropertyChanged("canGetRelationships");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetRelationshipsSpecified {
|
|
get {
|
|
return this.canGetRelationshipsFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetRelationshipsFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetRelationshipsSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public bool canGetParents {
|
|
get {
|
|
return this.canGetParentsField;
|
|
}
|
|
set {
|
|
this.canGetParentsField = value;
|
|
this.RaisePropertyChanged("canGetParents");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetParentsSpecified {
|
|
get {
|
|
return this.canGetParentsFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetParentsFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetParentsSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public bool canGetFolderParent {
|
|
get {
|
|
return this.canGetFolderParentField;
|
|
}
|
|
set {
|
|
this.canGetFolderParentField = value;
|
|
this.RaisePropertyChanged("canGetFolderParent");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetFolderParentSpecified {
|
|
get {
|
|
return this.canGetFolderParentFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetFolderParentFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetFolderParentSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public bool canGetDescendants {
|
|
get {
|
|
return this.canGetDescendantsField;
|
|
}
|
|
set {
|
|
this.canGetDescendantsField = value;
|
|
this.RaisePropertyChanged("canGetDescendants");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetDescendantsSpecified {
|
|
get {
|
|
return this.canGetDescendantsFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetDescendantsFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetDescendantsSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public bool canMove {
|
|
get {
|
|
return this.canMoveField;
|
|
}
|
|
set {
|
|
this.canMoveField = value;
|
|
this.RaisePropertyChanged("canMove");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canMoveSpecified {
|
|
get {
|
|
return this.canMoveFieldSpecified;
|
|
}
|
|
set {
|
|
this.canMoveFieldSpecified = value;
|
|
this.RaisePropertyChanged("canMoveSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
|
|
public bool canDeleteVersion {
|
|
get {
|
|
return this.canDeleteVersionField;
|
|
}
|
|
set {
|
|
this.canDeleteVersionField = value;
|
|
this.RaisePropertyChanged("canDeleteVersion");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canDeleteVersionSpecified {
|
|
get {
|
|
return this.canDeleteVersionFieldSpecified;
|
|
}
|
|
set {
|
|
this.canDeleteVersionFieldSpecified = value;
|
|
this.RaisePropertyChanged("canDeleteVersionSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
|
|
public bool canDeleteContent {
|
|
get {
|
|
return this.canDeleteContentField;
|
|
}
|
|
set {
|
|
this.canDeleteContentField = value;
|
|
this.RaisePropertyChanged("canDeleteContent");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canDeleteContentSpecified {
|
|
get {
|
|
return this.canDeleteContentFieldSpecified;
|
|
}
|
|
set {
|
|
this.canDeleteContentFieldSpecified = value;
|
|
this.RaisePropertyChanged("canDeleteContentSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
|
|
public bool canCheckout {
|
|
get {
|
|
return this.canCheckoutField;
|
|
}
|
|
set {
|
|
this.canCheckoutField = value;
|
|
this.RaisePropertyChanged("canCheckout");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCheckoutSpecified {
|
|
get {
|
|
return this.canCheckoutFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCheckoutFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCheckoutSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=13)]
|
|
public bool canCancelCheckout {
|
|
get {
|
|
return this.canCancelCheckoutField;
|
|
}
|
|
set {
|
|
this.canCancelCheckoutField = value;
|
|
this.RaisePropertyChanged("canCancelCheckout");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCancelCheckoutSpecified {
|
|
get {
|
|
return this.canCancelCheckoutFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCancelCheckoutFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCancelCheckoutSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=14)]
|
|
public bool canCheckin {
|
|
get {
|
|
return this.canCheckinField;
|
|
}
|
|
set {
|
|
this.canCheckinField = value;
|
|
this.RaisePropertyChanged("canCheckin");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCheckinSpecified {
|
|
get {
|
|
return this.canCheckinFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCheckinFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCheckinSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=15)]
|
|
public bool canSetContent {
|
|
get {
|
|
return this.canSetContentField;
|
|
}
|
|
set {
|
|
this.canSetContentField = value;
|
|
this.RaisePropertyChanged("canSetContent");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canSetContentSpecified {
|
|
get {
|
|
return this.canSetContentFieldSpecified;
|
|
}
|
|
set {
|
|
this.canSetContentFieldSpecified = value;
|
|
this.RaisePropertyChanged("canSetContentSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=16)]
|
|
public bool canGetAllVersions {
|
|
get {
|
|
return this.canGetAllVersionsField;
|
|
}
|
|
set {
|
|
this.canGetAllVersionsField = value;
|
|
this.RaisePropertyChanged("canGetAllVersions");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetAllVersionsSpecified {
|
|
get {
|
|
return this.canGetAllVersionsFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetAllVersionsFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetAllVersionsSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=17)]
|
|
public bool canAddToFolder {
|
|
get {
|
|
return this.canAddToFolderField;
|
|
}
|
|
set {
|
|
this.canAddToFolderField = value;
|
|
this.RaisePropertyChanged("canAddToFolder");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canAddToFolderSpecified {
|
|
get {
|
|
return this.canAddToFolderFieldSpecified;
|
|
}
|
|
set {
|
|
this.canAddToFolderFieldSpecified = value;
|
|
this.RaisePropertyChanged("canAddToFolderSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=18)]
|
|
public bool canRemoveFromFolder {
|
|
get {
|
|
return this.canRemoveFromFolderField;
|
|
}
|
|
set {
|
|
this.canRemoveFromFolderField = value;
|
|
this.RaisePropertyChanged("canRemoveFromFolder");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canRemoveFromFolderSpecified {
|
|
get {
|
|
return this.canRemoveFromFolderFieldSpecified;
|
|
}
|
|
set {
|
|
this.canRemoveFromFolderFieldSpecified = value;
|
|
this.RaisePropertyChanged("canRemoveFromFolderSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=19)]
|
|
public bool canViewContent {
|
|
get {
|
|
return this.canViewContentField;
|
|
}
|
|
set {
|
|
this.canViewContentField = value;
|
|
this.RaisePropertyChanged("canViewContent");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canViewContentSpecified {
|
|
get {
|
|
return this.canViewContentFieldSpecified;
|
|
}
|
|
set {
|
|
this.canViewContentFieldSpecified = value;
|
|
this.RaisePropertyChanged("canViewContentSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=20)]
|
|
public bool canAddPolicy {
|
|
get {
|
|
return this.canAddPolicyField;
|
|
}
|
|
set {
|
|
this.canAddPolicyField = value;
|
|
this.RaisePropertyChanged("canAddPolicy");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canAddPolicySpecified {
|
|
get {
|
|
return this.canAddPolicyFieldSpecified;
|
|
}
|
|
set {
|
|
this.canAddPolicyFieldSpecified = value;
|
|
this.RaisePropertyChanged("canAddPolicySpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=21)]
|
|
public bool canGetAppliedPolicies {
|
|
get {
|
|
return this.canGetAppliedPoliciesField;
|
|
}
|
|
set {
|
|
this.canGetAppliedPoliciesField = value;
|
|
this.RaisePropertyChanged("canGetAppliedPolicies");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetAppliedPoliciesSpecified {
|
|
get {
|
|
return this.canGetAppliedPoliciesFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetAppliedPoliciesFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetAppliedPoliciesSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=22)]
|
|
public bool canRemovePolicy {
|
|
get {
|
|
return this.canRemovePolicyField;
|
|
}
|
|
set {
|
|
this.canRemovePolicyField = value;
|
|
this.RaisePropertyChanged("canRemovePolicy");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canRemovePolicySpecified {
|
|
get {
|
|
return this.canRemovePolicyFieldSpecified;
|
|
}
|
|
set {
|
|
this.canRemovePolicyFieldSpecified = value;
|
|
this.RaisePropertyChanged("canRemovePolicySpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=23)]
|
|
public bool canGetChildren {
|
|
get {
|
|
return this.canGetChildrenField;
|
|
}
|
|
set {
|
|
this.canGetChildrenField = value;
|
|
this.RaisePropertyChanged("canGetChildren");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canGetChildrenSpecified {
|
|
get {
|
|
return this.canGetChildrenFieldSpecified;
|
|
}
|
|
set {
|
|
this.canGetChildrenFieldSpecified = value;
|
|
this.RaisePropertyChanged("canGetChildrenSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=24)]
|
|
public bool canCreateDocument {
|
|
get {
|
|
return this.canCreateDocumentField;
|
|
}
|
|
set {
|
|
this.canCreateDocumentField = value;
|
|
this.RaisePropertyChanged("canCreateDocument");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCreateDocumentSpecified {
|
|
get {
|
|
return this.canCreateDocumentFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCreateDocumentFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCreateDocumentSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=25)]
|
|
public bool canCreateFolder {
|
|
get {
|
|
return this.canCreateFolderField;
|
|
}
|
|
set {
|
|
this.canCreateFolderField = value;
|
|
this.RaisePropertyChanged("canCreateFolder");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCreateFolderSpecified {
|
|
get {
|
|
return this.canCreateFolderFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCreateFolderFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCreateFolderSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=26)]
|
|
public bool canCreateRelationship {
|
|
get {
|
|
return this.canCreateRelationshipField;
|
|
}
|
|
set {
|
|
this.canCreateRelationshipField = value;
|
|
this.RaisePropertyChanged("canCreateRelationship");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCreateRelationshipSpecified {
|
|
get {
|
|
return this.canCreateRelationshipFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCreateRelationshipFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCreateRelationshipSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=27)]
|
|
public bool canCreatePolicy {
|
|
get {
|
|
return this.canCreatePolicyField;
|
|
}
|
|
set {
|
|
this.canCreatePolicyField = value;
|
|
this.RaisePropertyChanged("canCreatePolicy");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canCreatePolicySpecified {
|
|
get {
|
|
return this.canCreatePolicyFieldSpecified;
|
|
}
|
|
set {
|
|
this.canCreatePolicyFieldSpecified = value;
|
|
this.RaisePropertyChanged("canCreatePolicySpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=28)]
|
|
public bool canDeleteTree {
|
|
get {
|
|
return this.canDeleteTreeField;
|
|
}
|
|
set {
|
|
this.canDeleteTreeField = value;
|
|
this.RaisePropertyChanged("canDeleteTree");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool canDeleteTreeSpecified {
|
|
get {
|
|
return this.canDeleteTreeFieldSpecified;
|
|
}
|
|
set {
|
|
this.canDeleteTreeFieldSpecified = value;
|
|
this.RaisePropertyChanged("canDeleteTreeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public cmisPropertiesType properties {
|
|
get {
|
|
return this.propertiesField;
|
|
}
|
|
set {
|
|
this.propertiesField = value;
|
|
this.RaisePropertyChanged("properties");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public cmisAllowableActionsType allowableActions {
|
|
get {
|
|
return this.allowableActionsField;
|
|
}
|
|
set {
|
|
this.allowableActionsField = value;
|
|
this.RaisePropertyChanged("allowableActions");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("relationship", IsNullable=true, Order=2)]
|
|
public cmisObjectType[] relationship {
|
|
get {
|
|
return this.relationshipField;
|
|
}
|
|
set {
|
|
this.relationshipField = value;
|
|
this.RaisePropertyChanged("relationship");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("child", IsNullable=true, Order=3)]
|
|
public cmisObjectType[] child {
|
|
get {
|
|
return this.childField;
|
|
}
|
|
set {
|
|
this.childField = value;
|
|
this.RaisePropertyChanged("child");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public bool value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool valueSpecified {
|
|
get {
|
|
return this.valueFieldSpecified;
|
|
}
|
|
set {
|
|
this.valueFieldSpecified = value;
|
|
this.RaisePropertyChanged("valueSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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 {
|
|
|
|
/// <remarks/>
|
|
boolean,
|
|
|
|
/// <remarks/>
|
|
id,
|
|
|
|
/// <remarks/>
|
|
integer,
|
|
|
|
/// <remarks/>
|
|
datetime,
|
|
|
|
/// <remarks/>
|
|
@decimal,
|
|
|
|
/// <remarks/>
|
|
html,
|
|
|
|
/// <remarks/>
|
|
@string,
|
|
|
|
/// <remarks/>
|
|
uri,
|
|
|
|
/// <remarks/>
|
|
xml,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public string name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
this.RaisePropertyChanged("name");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)]
|
|
public string value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
|
public System.Xml.XmlElement[] Any {
|
|
get {
|
|
return this.anyField;
|
|
}
|
|
set {
|
|
this.anyField = value;
|
|
this.RaisePropertyChanged("Any");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public System.DateTime value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool valueSpecified {
|
|
get {
|
|
return this.valueFieldSpecified;
|
|
}
|
|
set {
|
|
this.valueFieldSpecified = value;
|
|
this.RaisePropertyChanged("valueSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
|
public System.Xml.XmlElement[] Any {
|
|
get {
|
|
return this.anyField;
|
|
}
|
|
set {
|
|
this.anyField = value;
|
|
this.RaisePropertyChanged("Any");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public decimal value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool valueSpecified {
|
|
get {
|
|
return this.valueFieldSpecified;
|
|
}
|
|
set {
|
|
this.valueFieldSpecified = value;
|
|
this.RaisePropertyChanged("valueSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="anyURI", Order=0)]
|
|
public string value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified)]
|
|
public enumPropertyType propertyType {
|
|
get {
|
|
return this.propertyTypeField;
|
|
}
|
|
set {
|
|
this.propertyTypeField = value;
|
|
this.RaisePropertyChanged("propertyType");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool propertyTypeSpecified {
|
|
get {
|
|
return this.propertyTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.propertyTypeFieldSpecified = value;
|
|
this.RaisePropertyChanged("propertyTypeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
|
public System.Xml.XmlAttribute[] AnyAttr {
|
|
get {
|
|
return this.anyAttrField;
|
|
}
|
|
set {
|
|
this.anyAttrField = value;
|
|
this.RaisePropertyChanged("AnyAttr");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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 enumVersioningState {
|
|
|
|
/// <remarks/>
|
|
checkedout,
|
|
|
|
/// <remarks/>
|
|
minor,
|
|
|
|
/// <remarks/>
|
|
major,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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 enumUnfileNonfolderObjects {
|
|
|
|
/// <remarks/>
|
|
unfile,
|
|
|
|
/// <remarks/>
|
|
deletesinglefiled,
|
|
|
|
/// <remarks/>
|
|
delete,
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="deleteTree", WrapperNamespace="http://www.cmis.org/2008/05", IsWrapped=true)]
|
|
public partial class deleteTree {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=0)]
|
|
public string repositoryId;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=1)]
|
|
public string folderId;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=2)]
|
|
public WcfTestClient.ObjectService.enumUnfileNonfolderObjects unfileNonfolderObjects;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=3)]
|
|
public bool continueOnFailure;
|
|
|
|
public deleteTree() {
|
|
}
|
|
|
|
public deleteTree(string repositoryId, string folderId, WcfTestClient.ObjectService.enumUnfileNonfolderObjects unfileNonfolderObjects, bool continueOnFailure) {
|
|
this.repositoryId = repositoryId;
|
|
this.folderId = folderId;
|
|
this.unfileNonfolderObjects = unfileNonfolderObjects;
|
|
this.continueOnFailure = continueOnFailure;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="deleteTreeResponse", WrapperNamespace="http://www.cmis.org/2008/05", IsWrapped=true)]
|
|
public partial class deleteTreeResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.cmis.org/2008/05", Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("objectId")]
|
|
public string[] failedToDelete;
|
|
|
|
public deleteTreeResponse() {
|
|
}
|
|
|
|
public deleteTreeResponse(string[] failedToDelete) {
|
|
this.failedToDelete = failedToDelete;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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 enumReturnVersion {
|
|
|
|
/// <remarks/>
|
|
@this,
|
|
|
|
/// <remarks/>
|
|
latest,
|
|
|
|
/// <remarks/>
|
|
latestmajor,
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public interface ObjectServicePortChannel : WcfTestClient.ObjectService.ObjectServicePort, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public partial class ObjectServicePortClient : System.ServiceModel.ClientBase<WcfTestClient.ObjectService.ObjectServicePort>, WcfTestClient.ObjectService.ObjectServicePort {
|
|
|
|
public ObjectServicePortClient() {
|
|
}
|
|
|
|
public ObjectServicePortClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public ObjectServicePortClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public ObjectServicePortClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public ObjectServicePortClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
public void setContentStream(string repositoryId, ref string documentId, bool overwriteFlag, WcfTestClient.ObjectService.cmisContentStreamType contentStream) {
|
|
base.Channel.setContentStream(repositoryId, ref documentId, overwriteFlag, contentStream);
|
|
}
|
|
|
|
public string createRelationship(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string sourceObjectId, string targetObjectId) {
|
|
return base.Channel.createRelationship(repositoryId, typeId, properties, sourceObjectId, targetObjectId);
|
|
}
|
|
|
|
public string createDocument(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string folderId, WcfTestClient.ObjectService.cmisContentStreamType contentStream, WcfTestClient.ObjectService.enumVersioningState versioningState) {
|
|
return base.Channel.createDocument(repositoryId, typeId, properties, folderId, contentStream, versioningState);
|
|
}
|
|
|
|
public WcfTestClient.ObjectService.cmisContentStreamType getContentStream(string repositoryId, string documentId) {
|
|
return base.Channel.getContentStream(repositoryId, documentId);
|
|
}
|
|
|
|
public void updateProperties(string repositoryId, ref string objectId, string changeToken, WcfTestClient.ObjectService.cmisPropertiesType properties) {
|
|
base.Channel.updateProperties(repositoryId, ref objectId, changeToken, properties);
|
|
}
|
|
|
|
public string createFolder(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string folderId) {
|
|
return base.Channel.createFolder(repositoryId, typeId, properties, folderId);
|
|
}
|
|
|
|
public void moveObject(string repositoryId, string objectId, string targetFolderId, string sourceFolderId) {
|
|
base.Channel.moveObject(repositoryId, objectId, targetFolderId, sourceFolderId);
|
|
}
|
|
|
|
public void deleteContentStream(string repositoryId, string documentId) {
|
|
base.Channel.deleteContentStream(repositoryId, documentId);
|
|
}
|
|
|
|
public void deleteObject(string repositoryId, string objectId) {
|
|
base.Channel.deleteObject(repositoryId, objectId);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
WcfTestClient.ObjectService.deleteTreeResponse WcfTestClient.ObjectService.ObjectServicePort.deleteTree(WcfTestClient.ObjectService.deleteTree request) {
|
|
return base.Channel.deleteTree(request);
|
|
}
|
|
|
|
public string[] deleteTree(string repositoryId, string folderId, WcfTestClient.ObjectService.enumUnfileNonfolderObjects unfileNonfolderObjects, bool continueOnFailure) {
|
|
WcfTestClient.ObjectService.deleteTree inValue = new WcfTestClient.ObjectService.deleteTree();
|
|
inValue.repositoryId = repositoryId;
|
|
inValue.folderId = folderId;
|
|
inValue.unfileNonfolderObjects = unfileNonfolderObjects;
|
|
inValue.continueOnFailure = continueOnFailure;
|
|
WcfTestClient.ObjectService.deleteTreeResponse retVal = ((WcfTestClient.ObjectService.ObjectServicePort)(this)).deleteTree(inValue);
|
|
return retVal.failedToDelete;
|
|
}
|
|
|
|
public WcfTestClient.ObjectService.cmisObjectType getProperties(string repositoryId, string objectId, WcfTestClient.ObjectService.enumReturnVersion returnVersion, string filter, bool includeAllowableActions, bool includeRelationships) {
|
|
return base.Channel.getProperties(repositoryId, objectId, returnVersion, filter, includeAllowableActions, includeRelationships);
|
|
}
|
|
|
|
public string createPolicy(string repositoryId, string typeId, WcfTestClient.ObjectService.cmisPropertiesType properties, string folderId) {
|
|
return base.Channel.createPolicy(repositoryId, typeId, properties, folderId);
|
|
}
|
|
|
|
public WcfTestClient.ObjectService.cmisAllowableActionsType getAllowableActions(string repositoryId, string objectId) {
|
|
return base.Channel.getAllowableActions(repositoryId, objectId);
|
|
}
|
|
}
|
|
}
|