OpmlBody Class
Defines a managed representation of the OPML body element.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["OpmlBody"] class Type type-node

Syntax

[Serializable]
[DataContract(Name = "head")]
public class OpmlBody

Attributes

Type Description
Serializable
DataContract

Properties

Name Property Type Summary
Outlines OpmlOutline[]
Gets or sets the outlines.

Extension Methods

Name Value Summary
IsAssignableToISerializable<OpmlBody>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<OpmlBody>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<OpmlBody>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.