Class NewsArticle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Item
Assembly:UM4RS.dll
Syntax
[Table("NewsArticle")]
public class NewsArticle : Item, IDisposable, IBaseEntity
Constructors
NewsArticle()
Declaration
public NewsArticle()
Properties
Picture
Declaration
public List<Photo> Picture { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Photo> |
Place
Declaration
public Place Place { get; set; }
Property Value
| Type | Description |
|---|---|
| Place |
Topic
Declaration
public string Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |