Class ContentTypeBaseServiceProvider
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class ContentTypeBaseServiceProvider : IContentTypeBaseServiceProvider
Constructors
ContentTypeBaseServiceProvider(IContentTypeService, IMediaTypeService, IMemberTypeService)
Declaration
public ContentTypeBaseServiceProvider(IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService)
Parameters
Type |
Name |
Description |
IContentTypeService |
contentTypeService |
|
IMediaTypeService |
mediaTypeService |
|
IMemberTypeService |
memberTypeService |
|
Methods
For(IContentBase)
Declaration
public IContentTypeBaseService For(IContentBase contentBase)
Parameters
Type |
Name |
Description |
IContentBase |
contentBase |
|
Returns
Type |
Description |
IContentTypeBaseService |
|
GetContentTypeOf(IContentBase)
Declaration
public IContentTypeComposition GetContentTypeOf(IContentBase contentBase)
Parameters
Type |
Name |
Description |
IContentBase |
contentBase |
|
Returns
Type |
Description |
IContentTypeComposition |
|