Properties of a single stream. Returned by StreamBaseClient.GetStreamProperties().

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StreamProperties : ICloneable, 
	IDisposable
Public Class StreamProperties _
	Implements ICloneable, IDisposable
public ref class StreamProperties : ICloneable, 
	IDisposable

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clone()()()()
Clone this StreamProperties
ContainerName
The container part of the stream.
Equality(StreamProperties)
Comparison operator
Equals(Object)
Returns true if this StreamProperties is equal to the given one.
(Overrides Object..::..Equals(Object).)
GetContainerName()()()()
Returns the container part of the stream.
GetHash()()()()
Return the hash string for this StreamProperties object
GetHashCode()()()()
Hash function for this type.
(Overrides Object..::..GetHashCode()()()().)
GetName()()()()
Returns the name part of the stream.
GetQualifiedName()()()()
Returns the fully qualified name of the stream.
GetSchema()()()()
Returns the schema of the stream.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Inequality(StreamProperties)
Inequality operator
Name
The name part of the stream.
QualifiedName
The fully qualified name of the stream.
Schema
The schema of the stream.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB..::..StreamProperties

See Also