Class PolymorphismConfigurationModel
- Namespace
- ToSic.Sxc.Render.Polymorphism.Sys
- Assembly
- ToSic.Sxc.Engines.dll
Model to read an Apps Polymorphism configuration.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record PolymorphismConfigurationModel : ModelFromEntityFull, IModelFromEntity, IModelFromData, IModelSetup<IEntity>, IEquatable<ModelFromEntity>, IModelFromEntityBasic, ICanBeEntity, IEquatable<ModelFromEntityFull>, IEquatable<PolymorphismConfigurationModel>
- Inheritance
-
objectPolymorphismConfigurationModel
- Implements
- Inherited Members
Properties
Mode
Polymorphism mode, atm
public string Mode { get; }
Property Value
Parameters
public string? Parameters { get; }
Property Value
Resolver
public string? Resolver { get; }
Property Value
UsersWhoMaySwitch
public List<int> UsersWhoMaySwitch { get; }
Property Value
UsersWhoMaySwitchEditions
public string UsersWhoMaySwitchEditions { get; }