C# 클래스 CmisSync.Lib.Storage.Database.Entities.MappedObject

상속: IMappedObject
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExtendedAttributeKey string

Private Properties

프로퍼티 타입 설명
MappedObject System

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current CmisSync.Lib.Data.MappedObjectData.

GetHashCode ( ) : int

Serves as a hash function for a CmisSync.Lib.Data.MappedObject object.

MappedObject ( IFolder remoteFolder ) : System

Initializes a new instance of the MappedObject class.

MappedObject ( MappedObject data ) : System

Initializes a new instance of the MappedObject class.

MappedObject ( string name, string remoteId, MappedObjectType type, string parentId, string changeToken, long contentSize = -1, bool readOnly = false ) : System

Initializes a new instance of the MappedObject class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Data.MappedObject.

비공개 메소드들

메소드 설명
MappedObject ( ) : System

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current CmisSync.Lib.Data.MappedObjectData.
public Equals ( object obj ) : bool
obj object /// The to compare with the current . ///
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a CmisSync.Lib.Data.MappedObject object.
public GetHashCode ( ) : int
리턴 int

MappedObject() 공개 메소드

Initializes a new instance of the MappedObject class.
public MappedObject ( IFolder remoteFolder ) : System
remoteFolder IFolder /// A IFolder fetched via cmis. ///
리턴 System

MappedObject() 공개 메소드

Initializes a new instance of the MappedObject class.
public MappedObject ( MappedObject data ) : System
data MappedObject /// Data to copy. ///
리턴 System

MappedObject() 공개 메소드

Initializes a new instance of the MappedObject class.
public MappedObject ( string name, string remoteId, MappedObjectType type, string parentId, string changeToken, long contentSize = -1, bool readOnly = false ) : System
name string Name of the Directory/Folder.
remoteId string Remote identifier.
type MappedObjectType Object type.
parentId string Parent identifier.
changeToken string Change token.
contentSize long Size of the content. Only exists on Documents.
readOnly bool Readonly flag of the mapped object.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Data.MappedObject.
public ToString ( ) : string
리턴 string

프로퍼티 상세

ExtendedAttributeKey 공개적으로 정적으로 프로퍼티

The extended attribute key.
public static string ExtendedAttributeKey
리턴 string