View Source
Class MemberTypeService
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeService : ContentTypeServiceBase<IMemberTypeRepository, IMemberType, IMemberTypeService>, IMemberTypeService, IContentTypeBaseService<IMemberType>, IContentTypeBaseService, IService
Constructors
View Source
MemberTypeService(IScopeProvider, ILogger, IEventMessagesFactory, IMemberService, IMemberTypeRepository, IAuditRepository, IEntityRepository)
Declaration
public MemberTypeService(IScopeProvider provider, ILogger logger, IEventMessagesFactory eventMessagesFactory, IMemberService memberService, IMemberTypeRepository memberTypeRepository, IAuditRepository auditRepository, IEntityRepository entityRepository)
Parameters
Properties
View Source
ContainedObjectType
Declaration
protected override Guid ContainedObjectType { get; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ReadLockIds
Declaration
protected override int[] ReadLockIds { get; }
Property Value
Type |
Description |
System.Int32[] |
|
View Source
This
Declaration
protected override IMemberTypeService This { get; }
Property Value
View Source
WriteLockIds
Declaration
protected override int[] WriteLockIds { get; }
Property Value
Type |
Description |
System.Int32[] |
|
Methods
View Source
DeleteItemsOfTypes(IEnumerable<Int32>)
Declaration
protected override void DeleteItemsOfTypes(IEnumerable<int> typeIds)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Int32> |
typeIds |
|
View Source
GetDefault()
Declaration
public string GetDefault()
Returns
Type |
Description |
System.String |
|