Click or drag to resize

Article Class

An article
Inheritance Hierarchy

Namespace:  SandcastleTest.Generic.POCO
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Article : PocoBase

The Article type exposes the following members.

Constructors
  NameDescription
Public methodArticle
Initializes a new instance of the Article class
Top
Properties
  NameDescription
Public propertyBasePrice
Base price for an article
Public propertyDescription
Further description of an article. This is optional
Public propertyId
Id for the entity
(Inherited from PocoBase.)
Public propertyName
Name of the article
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Gets a hascode for a PocoBase
(Inherited from PocoBase.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also