C# Class Orchard.Packaging.GalleryServer.GalleryFeedContext

There are no comments for GalleryFeedContext in the schema.
Inheritance: global::System.Data.Services.Client.DataServiceContext
ファイルを表示 Open project: ucdavis/Orchard Class Usage Examples

Private Properties

Property Type Description
AddToPackages void
AddToScreenshots void
GalleryFeedContext
OnContextCreated void
ResolveNameFromType string
ResolveTypeFromName global::System.Type

Private Methods

Method Description
AddToPackages ( PublishedPackage publishedPackage ) : void
AddToScreenshots ( PublishedScreenshot publishedScreenshot ) : void
GalleryFeedContext ( global serviceRoot )
OnContextCreated ( ) : void
ResolveNameFromType ( global clientType ) : string
ResolveTypeFromName ( string typeName ) : global::System.Type