DataSource.NET
PrefixNamespace Class
NamespacesCaplin.DataSource.NamespacePrefixNamespace
The prefix namespace matches the initial part of a subject name.
Declaration Syntax
C#Visual BasicVisual C++
public class PrefixNamespace : INamespace
Public Class PrefixNamespace _
	Implements INamespace
public ref class PrefixNamespace : INamespace
Members
All MembersConstructorsMethods



IconMemberDescription
PrefixNamespace(String)
Initializes a new instance of the PrefixNamespace class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Match(String)
Tests an String to see if it falls within (matches) this INamespace.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents this instance.
(Overrides Object.ToString()()().)
Remarks

A prefix namespace matches a subject according to the start of the subject name. For example, if the prefix defined for the namespace is is /I/ and the subject presented is /I/VOD.L the Match method will return true. Should the presented subject be /R/VOD.L the Match method will return false.

Inheritance Hierarchy
Object
PrefixNamespace

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)