Class FaqSection
Inheritance
FaqSection
Implements
Inherited Members
Namespace: Volo.CmsKit.Faqs
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
[Obfuscation(Exclude = true, Feature = "renaming,controlflow,stringencryption")]
public class FaqSection : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
FaqSection()
Declaration
protected FaqSection()
FaqSection(Guid, string, string, int)
Declaration
public FaqSection(Guid id, string groupName, string name, int order = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | |
| string | groupName | |
| string | name | |
| int | order |
Properties
GroupName
Declaration
public virtual string GroupName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public virtual string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Order
Declaration
public virtual int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
SetGroupName(string)
Declaration
public virtual FaqSection SetGroupName(string groupName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | groupName |
Returns
| Type | Description |
|---|---|
| FaqSection |
SetName(string)
Declaration
public virtual FaqSection SetName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| FaqSection |