Click or drag to resize
XNameUrl Class
Class XNameUrl.this class simply contains a pair of strings.
Inheritance Hierarchy
SystemObject
  Biolomics.SharedClassesXNameUrl

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class XNameUrl : IVector<XNameUrl>

The XNameUrl type exposes the following members.

Constructors
  NameDescription
Public methodXNameUrl
Initializes a new instance of the XNameUrl class.
Public methodXNameUrl(BsonDocument)
Initializes a new instance of the XNameUrl class.
Public methodXNameUrl(XNameUrl)
Initializes a new instance of the XNameUrl class.
Public methodXNameUrl(String, String)
Initializes a new instance of the XNameUrl class.
Top
Properties
  NameDescription
Public propertyName
Gets or sets the website name.
Public propertyUrl
Gets or sets the URL.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodDataToView
Converts Name url to human readable information presentig the website.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Saves this instance.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator = operator.
Public operatorStatic memberInequality
Implements the operator <> operator.
Top
See Also

Reference

[!:Biolomics.SharedClasses.Vector.IVector{Biolomics.SharedClasses.XNameUrl}]