C# 클래스 FederatedAPI._3DR_Federation

NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "_3DR_Federation_JSON" in code, svc and config file together.
상속: FederatedAPI.implementation._3DR_Federation_Impl, FederatedAPI.I3DRFederation
파일 보기 프로젝트 열기: adlnet/3D-Repository

공개 메소드들

메소드 설명
AddReviewJSON ( Stream md, string pid, string key ) : string
AddReviewXML ( Stream md, string pid, string key ) : string
AdvancedSearchJSONP ( string mode, string terms, string key, string callback ) : Stream
GetDeveloperLogo ( string pid, string key ) : Stream

Get the developer logo

GetMetadata ( string pid, string key ) : vwar.service.host.Metadata

GetMetadata2 ( string pid, string key ) : vwar.service.host.Metadata

GetMetadataJSONP ( string pid, string key, string callback ) : Stream

GetModel ( string pid, string format, string options, string key ) : Stream

Get the content for a model

GetModelNoRedirect ( string pid, string format, string options, string key ) : Stream

Get the content for a model

GetModelSimple ( string pid, string format, string key ) : Stream

A simpler url for retrieving a model

GetOriginalUploadFile ( string pid, string key ) : Stream

Get the original file

GetReviews ( string pid, string key ) : List

Get all the reviews for the object. Uses query permissions

GetReviews2 ( string pid, string key ) : List

GetReviewsJSONP ( string pid, string key, string callback ) : Stream
GetScreenshot ( string pid, string key ) : Stream

Get the screenshot for a content object

GetSponsorLogo ( string pid, string key ) : Stream

Get the developer logo

GetSupportingFile ( string pid, string filename, string key ) : Stream

Get a supporting file from a content object

GetTextureFile ( string pid, string filename, string key ) : Stream

Get a supporting file from a content object

GetTextureFileNoRedirect ( string pid, string filename, string key ) : Stream
GetThumbnail ( string pid, string key ) : Stream
Search2 ( string terms, string key ) : List

SearchJSONP ( string terms, string key, string callback ) : Stream
UpdateMetadataJSON ( Stream md, string pid, string key ) : string
UpdateMetadataXML ( Stream md, string pid, string key ) : string
UploadDeveloperLogo ( Stream md, string pid, string key ) : string
UploadFile ( Stream indata, string pid, string key ) : string
UploadFileStub ( Stream indata, string key ) : string
UploadMissingTexture ( Stream md, string pid, string key ) : string
UploadScreenShot ( Stream md, string pid, string key ) : string
UploadSponsorLogo ( Stream md, string pid, string key ) : string
UploadSupportingFile ( Stream md, string pid, string description, string key ) : string

메소드 상세

AddReviewJSON() 공개 메소드

public AddReviewJSON ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

AddReviewXML() 공개 메소드

public AddReviewXML ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

AdvancedSearchJSONP() 공개 메소드

public AdvancedSearchJSONP ( string mode, string terms, string key, string callback ) : Stream
mode string
terms string
key string
callback string
리턴 Stream

GetDeveloperLogo() 공개 메소드

Get the developer logo
public GetDeveloperLogo ( string pid, string key ) : Stream
pid string
key string
리턴 Stream

GetMetadata() 공개 메소드

public GetMetadata ( string pid, string key ) : vwar.service.host.Metadata
pid string
key string
리턴 vwar.service.host.Metadata

GetMetadata2() 공개 메소드

public GetMetadata2 ( string pid, string key ) : vwar.service.host.Metadata
pid string
key string
리턴 vwar.service.host.Metadata

GetMetadataJSONP() 공개 메소드

public GetMetadataJSONP ( string pid, string key, string callback ) : Stream
pid string
key string
callback string
리턴 Stream

GetModel() 공개 메소드

Get the content for a model
public GetModel ( string pid, string format, string options, string key ) : Stream
pid string
format string
options string
key string
리턴 Stream

GetModelNoRedirect() 공개 메소드

Get the content for a model
public GetModelNoRedirect ( string pid, string format, string options, string key ) : Stream
pid string
format string
options string
key string
리턴 Stream

GetModelSimple() 공개 메소드

A simpler url for retrieving a model
public GetModelSimple ( string pid, string format, string key ) : Stream
pid string
format string
key string
리턴 Stream

GetOriginalUploadFile() 공개 메소드

Get the original file
public GetOriginalUploadFile ( string pid, string key ) : Stream
pid string
key string
리턴 Stream

GetReviews() 공개 메소드

Get all the reviews for the object. Uses query permissions
public GetReviews ( string pid, string key ) : List
pid string
key string
리턴 List

GetReviews2() 공개 메소드

public GetReviews2 ( string pid, string key ) : List
pid string
key string
리턴 List

GetReviewsJSONP() 공개 메소드

public GetReviewsJSONP ( string pid, string key, string callback ) : Stream
pid string
key string
callback string
리턴 Stream

GetScreenshot() 공개 메소드

Get the screenshot for a content object
public GetScreenshot ( string pid, string key ) : Stream
pid string
key string
리턴 Stream

GetSponsorLogo() 공개 메소드

Get the developer logo
public GetSponsorLogo ( string pid, string key ) : Stream
pid string
key string
리턴 Stream

GetSupportingFile() 공개 메소드

Get a supporting file from a content object
public GetSupportingFile ( string pid, string filename, string key ) : Stream
pid string
filename string
key string
리턴 Stream

GetTextureFile() 공개 메소드

Get a supporting file from a content object
public GetTextureFile ( string pid, string filename, string key ) : Stream
pid string
filename string
key string
리턴 Stream

GetTextureFileNoRedirect() 공개 메소드

public GetTextureFileNoRedirect ( string pid, string filename, string key ) : Stream
pid string
filename string
key string
리턴 Stream

GetThumbnail() 공개 메소드

public GetThumbnail ( string pid, string key ) : Stream
pid string
key string
리턴 Stream

Search2() 공개 메소드

public Search2 ( string terms, string key ) : List
terms string
key string
리턴 List

SearchJSONP() 공개 메소드

public SearchJSONP ( string terms, string key, string callback ) : Stream
terms string
key string
callback string
리턴 Stream

UpdateMetadataJSON() 공개 메소드

public UpdateMetadataJSON ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

UpdateMetadataXML() 공개 메소드

public UpdateMetadataXML ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

UploadDeveloperLogo() 공개 메소드

public UploadDeveloperLogo ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

UploadFile() 공개 메소드

public UploadFile ( Stream indata, string pid, string key ) : string
indata Stream
pid string
key string
리턴 string

UploadFileStub() 공개 메소드

public UploadFileStub ( Stream indata, string key ) : string
indata Stream
key string
리턴 string

UploadMissingTexture() 공개 메소드

public UploadMissingTexture ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

UploadScreenShot() 공개 메소드

public UploadScreenShot ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

UploadSponsorLogo() 공개 메소드

public UploadSponsorLogo ( Stream md, string pid, string key ) : string
md Stream
pid string
key string
리턴 string

UploadSupportingFile() 공개 메소드

public UploadSupportingFile ( Stream md, string pid, string description, string key ) : string
md Stream
pid string
description string
key string
리턴 string