Class CodeContentTypesManager
Special system to manage and to convert c# classes with their definitions/attributes into content types.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class CodeContentTypesManager : ServiceBase, IHasLog
- Inheritance
-
objectCodeContentTypesManager
- Implements
- Inherited Members
Fields
NoAppId
public const int NoAppId = -1
Field Value
Methods
Get(Type)
public IContentType Get(Type type)
Parameters
typeType
Returns
Get<T>()
public IContentType Get<T>()
Returns
Type Parameters
T