Class UserGroupDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class UserGroupDto
Constructors
UserGroupDto()
Declaration
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DefaultPermissions
Declaration
public string DefaultPermissions { get; set; }
Property Value
Type |
Description |
System.String |
|
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
StartContentId
Declaration
public int? StartContentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? StartMediaId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
UpdateDate
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
UserCount
This is only relevant when this column is included in the results (i.e. GetUserGroupsWithUserCounts)
Declaration
public int UserCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserGroup2AppDtos
Declaration
public List<UserGroup2AppDto> UserGroup2AppDtos { get; set; }
Property Value