View Source
Class UserGroup2AppDto
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserGroup2AppDto
Constructors
View Source
UserGroup2AppDto()
Declaration
public UserGroup2AppDto()
Fields
View Source
PrimaryKeyColumnName
Declaration
[Obsolete("Use UserGroupIdColumnName instead. Scheduled for removal in Umbraco 18.")]
public const string PrimaryKeyColumnName = "userGroupId"
Field Value
View Source
TableName
Declaration
public const string TableName = "umbracoUserGroup2App"
Field Value
View Source
UserGroupIdColumnName
Declaration
public const string UserGroupIdColumnName = "userGroupId"
Field Value
Properties
View Source
AppAlias
Declaration
[Length(50)]
public string AppAlias { get; set; }
Property Value
View Source
UserGroupId
Declaration
[PrimaryKeyColumn(AutoIncrement = false, Name = "PK_userGroup2App", OnColumns = "userGroupId, app")]
[ForeignKey(typeof(UserGroupDto))]
public int UserGroupId { get; set; }
Property Value