Inheritance Hierarchy
DeltaEngine.Editor.Helpers ContentUploadQueue
DeltaEngine.Editor.Tests.Helpers MockContentUploadQueue
Namespace: DeltaEngine.Editor.Tests.Helpers
Assembly: DeltaEngine.Editor.Tests (in DeltaEngine.Editor.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockContentUploadQueue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockContentUploadQueue | Initializes a new instance of the MockContentUploadQueue class |
Methods
Name | Description | |
---|---|---|
![]() | CreateContentMetaData | (Overrides ContentUploadQueue CreateContentMetaData(String).) |
![]() | EnqueueFile | (Inherited from ContentUploadQueue.) |
![]() | EnqueueFiles | (Inherited from ContentUploadQueue.) |
![]() | IsLastFileUploaded | (Inherited from ContentUploadQueue.) |
![]() | IsLastFileUploadedContainedInMessage | (Inherited from ContentUploadQueue.) |
![]() | Next | (Inherited from ContentUploadQueue.) |
Fields
Name | Description | |
---|---|---|
![]() | isUploadingContent | (Inherited from ContentUploadQueue.) |
![]() | queue | (Inherited from ContentUploadQueue.) |
Properties
Name | Description | |
---|---|---|
![]() | IsReset | |
![]() | QueuedFiles |
See Also