Class Blog
Represents a blog.
Inheritance
Blog
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Blogs
Assembly: BiExcellence.OpenBi.Api.Blog.dll
Syntax
public class Blog : IBlog, ICustomAttributes
Constructors
Properties
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gest the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or stets the type.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |