Method | Description | |
---|---|---|
AddMissingTexture ( vwarDAL.ContentObject co, string filename, string type, int UVset ) : bool |
|
|
AddSupportingFile ( Stream data, vwarDAL.ContentObject co, string filename, string description ) : string |
|
|
AddTextureReference ( vwarDAL.ContentObject co, string filename, string type, int UVset ) : bool |
|
|
DeleteContentObject ( vwarDAL.ContentObject co ) : void |
|
|
Dispose ( ) : void | ||
GetAllContentObjects ( ) : IEnumerable |
|
|
GetCachedContentObjectTransform ( vwarDAL.ContentObject co, string extension ) : Stream |
|
|
GetContentFile ( string pid, string file ) : Stream |
|
|
GetContentFileData ( string pid, string dsid ) : byte[] |
|
|
GetContentObjectById ( string pid, bool updateViews, bool getReviews = true, int revision = -1 ) : vwarDAL.ContentObject |
private Dictionary
|
|
GetContentObjectsByArtistName ( string artistName ) : IEnumerable |
|
|
GetContentObjectsByDescription ( string description ) : IEnumerable |
|
|
GetContentObjectsByDeveloperName ( string developerName ) : IEnumerable |
|
|
GetContentObjectsByKeyWords ( string keyword ) : IEnumerable |
|
|
GetContentObjectsBySponsorName ( string sponsorName ) : IEnumerable |
|
|
GetContentObjectsBySubmitterEmail ( string email ) : IEnumerable |
|
|
GetContentObjectsByTitle ( string title ) : IEnumerable |
|
|
GetNewContentObject ( ) : vwarDAL.ContentObject |
|
|
GetSupportingFile ( vwarDAL.ContentObject co, string dsid ) : Stream |
|
|
IncrementDownloads ( string id ) : void |
|
|
InsertContentObject ( vwarDAL.ContentObject co ) : void |
|
|
InsertContentRevision ( vwarDAL.ContentObject co ) : void |
|
|
InsertReview ( int rating, string text, string submitterEmail, string contentObjectId ) : void |
|
|
RemoveFile ( string pid, string fileName ) : void |
|
|
RemoveMissingTexture ( vwarDAL.ContentObject co, string filename ) : bool |
|
|
RemoveSupportingFile ( vwarDAL.ContentObject co, string filename ) : bool |
|
|
RemoveTextureReference ( vwarDAL.ContentObject co, string filename ) : bool |
|
|
SearchContentObjects ( string searchTerm ) : IEnumerable |
|
|
SetContentFile ( Stream data, vwarDAL.ContentObject co, string filename ) : string |
|
|
SetContentFile ( Stream data, string pid, string filename ) : string |
|
|
UpdateContentObject ( vwarDAL.ContentObject co ) : void |
|
|
UpdateFile ( Stream data, string pid, string fileName, string newfileName = null ) : string |
|
|
UpdateFile ( byte data, string pid, string fileName, string newFileName = null ) : string |
|
Method | Description | |
---|---|---|
FedoraCommonsRepo ( string url, string userName, string password, string access, string management, string connectionString, string fileNamespace, string identity = "" ) : System |
|
|
SearchFunction ( vwarDAL.ContentObject co, string searchTerm ) : bool |
|
public AddMissingTexture ( vwarDAL.ContentObject co, string filename, string type, int UVset ) : bool | ||
co | vwarDAL.ContentObject | |
filename | string | |
type | string | |
UVset | int | |
return | bool |
public AddSupportingFile ( Stream data, vwarDAL.ContentObject co, string filename, string description ) : string | ||
data | Stream | |
co | vwarDAL.ContentObject | |
filename | string | |
description | string | |
return | string |
public AddTextureReference ( vwarDAL.ContentObject co, string filename, string type, int UVset ) : bool | ||
co | vwarDAL.ContentObject | |
filename | string | |
type | string | |
UVset | int | |
return | bool |
public DeleteContentObject ( vwarDAL.ContentObject co ) : void | ||
co | vwarDAL.ContentObject | |
return | void |
public GetAllContentObjects ( ) : IEnumerable |
||
return | IEnumerable |
public GetCachedContentObjectTransform ( vwarDAL.ContentObject co, string extension ) : Stream | ||
co | vwarDAL.ContentObject | |
extension | string | |
return | Stream |
public GetContentFile ( string pid, string file ) : Stream | ||
pid | string | |
file | string | |
return | Stream |
public GetContentFileData ( string pid, string dsid ) : byte[] | ||
pid | string | |
dsid | string | |
return | byte[] |
public GetContentObjectById ( string pid, bool updateViews, bool getReviews = true, int revision = -1 ) : vwarDAL.ContentObject | ||
pid | string | |
updateViews | bool | |
getReviews | bool | |
revision | int | |
return | vwarDAL.ContentObject |
public GetContentObjectsByArtistName ( string artistName ) : IEnumerable |
||
artistName | string | |
return | IEnumerable |
public GetContentObjectsByDescription ( string description ) : IEnumerable |
||
description | string | |
return | IEnumerable |
public GetContentObjectsByDeveloperName ( string developerName ) : IEnumerable |
||
developerName | string | |
return | IEnumerable |
public GetContentObjectsByKeyWords ( string keyword ) : IEnumerable |
||
keyword | string | |
return | IEnumerable |
public GetContentObjectsBySponsorName ( string sponsorName ) : IEnumerable |
||
sponsorName | string | |
return | IEnumerable |
public GetContentObjectsBySubmitterEmail ( string email ) : IEnumerable |
||
string | ||
return | IEnumerable |
public GetContentObjectsByTitle ( string title ) : IEnumerable |
||
title | string | |
return | IEnumerable |
public GetNewContentObject ( ) : vwarDAL.ContentObject | ||
return | vwarDAL.ContentObject |
public GetSupportingFile ( vwarDAL.ContentObject co, string dsid ) : Stream | ||
co | vwarDAL.ContentObject | |
dsid | string | |
return | Stream |
public IncrementDownloads ( string id ) : void | ||
id | string | |
return | void |
public InsertContentObject ( vwarDAL.ContentObject co ) : void | ||
co | vwarDAL.ContentObject | |
return | void |
public InsertContentRevision ( vwarDAL.ContentObject co ) : void | ||
co | vwarDAL.ContentObject | |
return | void |
public InsertReview ( int rating, string text, string submitterEmail, string contentObjectId ) : void | ||
rating | int | |
text | string | |
submitterEmail | string | |
contentObjectId | string | |
return | void |
public RemoveFile ( string pid, string fileName ) : void | ||
pid | string | |
fileName | string | |
return | void |
public RemoveMissingTexture ( vwarDAL.ContentObject co, string filename ) : bool | ||
co | vwarDAL.ContentObject | |
filename | string | |
return | bool |
public RemoveSupportingFile ( vwarDAL.ContentObject co, string filename ) : bool | ||
co | vwarDAL.ContentObject | |
filename | string | |
return | bool |
public RemoveTextureReference ( vwarDAL.ContentObject co, string filename ) : bool | ||
co | vwarDAL.ContentObject | |
filename | string | |
return | bool |
public SearchContentObjects ( string searchTerm ) : IEnumerable |
||
searchTerm | string | |
return | IEnumerable |
public SetContentFile ( Stream data, vwarDAL.ContentObject co, string filename ) : string | ||
data | Stream | |
co | vwarDAL.ContentObject | |
filename | string | |
return | string |
public SetContentFile ( Stream data, string pid, string filename ) : string | ||
data | Stream | |
pid | string | |
filename | string | |
return | string |
public UpdateContentObject ( vwarDAL.ContentObject co ) : void | ||
co | vwarDAL.ContentObject | |
return | void |
public UpdateFile ( Stream data, string pid, string fileName, string newfileName = null ) : string | ||
data | Stream | |
pid | string | |
fileName | string | |
newfileName | string | |
return | string |
public UpdateFile ( byte data, string pid, string fileName, string newFileName = null ) : string | ||
data | byte | |
pid | string | |
fileName | string | |
newFileName | string | |
return | string |