Table of Contents

Class UserGroupViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

UserViewModel represents the rendering context used when a user group is rendered.

public sealed class UserGroupViewModel : ViewModelBase
Inheritance
UserGroupViewModel
Inherited Members
Extension Methods

Properties

Id

Gets or sets the identifier.

public int Id { get; set; }

Property Value

int

The identifier.

Name

Gets or sets the group name.

public string Name { get; set; }

Property Value

string

The group name.

See Also

To top