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

Syntax

[Serializable]
[XmlRoot(ElementName = "outline")]
[DataContract(Name = "outline")]
public class OpmlOutline

Attributes

Type Description
Serializable
XmlRoot
DataContract

Properties

Name Property Type Summary
Category string
Gets or sets the Category.
Id string
Gets or sets the ID.
Outlines OpmlOutline[]
Gets or sets the outlines.
OutlineType string
Gets or sets the type.
Text string
Gets or sets the text.
Title string
Gets or sets the title.
Url string
Gets or sets the URL.
XmlUrl string
Gets or sets the XML URL.

Extension Methods

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