Class BlogEntry
Blog Entry Object for Tag List, for serialization
Inheritance
System.Object
BlogEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pagene.Models
Assembly: Pagene.Models.dll
Syntax
public class BlogEntry
Properties
| Improve this Doc View SourceDate
Creation date of the page.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Summary
Summary text of the content.
Declaration
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
Tags that used by the post.
Declaration
public IEnumerable<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Title
Title of the pgae.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Relative path of the page.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |