Class SettingDefinitionRecord
Inheritance
SettingDefinitionRecord
Assembly: Volo.Abp.SettingManagement.Domain.dll
Syntax
public class SettingDefinitionRecord : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties
Constructors
SettingDefinitionRecord()
Declaration
public SettingDefinitionRecord()
SettingDefinitionRecord(Guid, string, string, string, string, bool, string, bool, bool)
Declaration
public SettingDefinitionRecord(Guid id, string name, string displayName, string description, string defaultValue, bool isVisibleToClients, string providers, bool isInherited, bool isEncrypted)
Parameters
Properties
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
IsEncrypted
Declaration
public bool IsEncrypted { get; set; }
Property Value
IsInherited
Declaration
public bool IsInherited { get; set; }
Property Value
IsVisibleToClients
Declaration
public bool IsVisibleToClients { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Providers
Declaration
public string Providers { get; set; }
Property Value
Methods
HasSameData(SettingDefinitionRecord)
Declaration
public bool HasSameData(SettingDefinitionRecord otherRecord)
Parameters
Returns
Patch(SettingDefinitionRecord)
Declaration
public void Patch(SettingDefinitionRecord otherRecord)
Parameters
Implements
Extension Methods