Table of Contents

Class RoleDataRaw

Namespace
ToSic.Sxc.DataSources.Internal
Assembly
ToSic.Sxc.dll

Internal class to hold all the information about the role. until it's converted to an IEntity in the Roles DataSource.

For detailed documentation, check the docs of the underlying objects:

  • TODO:
  • TODO: Important: this is an internal object. We're just including in in the docs to better understand where the properties come from. We'll probably move it to another namespace some day.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class RoleDataRaw : RawEntityBase
Inheritance
RawEntityBase
RoleDataRaw

Remarks

Make sure the property names never change, as they are critical for the created Entity.

Properties

Name

Role name.

public string Name { get; set; }

Property Value

string