Click or drag to resize

Picture Class

A Title child document that represent a picture associate with a Title. A Title contains a collection of child Picture documents.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.EntityPicture

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
[SerializableAttribute]
public class Picture : IEquatable<Picture>

The Picture type exposes the following members.

Constructors
 NameDescription
Public methodPictureInitializes a new instance of the Picture class
Public methodPicture(String)Initializes a new instance of the Picture class
Top
Properties
 NameDescription
Public propertyBlobName 
Public propertyIsPrimary 
Public propertySequence 
Top
Methods
See Also