Class TGroupSetting
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TGroupSetting
- Inheritance
-
TGroupSetting
- Inherited Members
Constructors
TGroupSetting()
public TGroupSetting()
Properties
GroupIdentifier
public Guid GroupIdentifier { get; set; }
Property Value
SettingIdentifier
public Guid SettingIdentifier { get; set; }
Property Value
SettingName
public string SettingName { get; set; }
Property Value
SettingValue
public string SettingValue { get; set; }