Encapsulates the kinds of entities that StreamBase supports.

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 EntityType
Public Class EntityType
public ref class EntityType

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CONTAINER
Represents a StreamBase Container.
Equals(Object)
Returns true if this EntityType is of the given type.
(Overrides Object..::..Equals(Object).)
ForName(String)
Retrieve an entity type for the given entity name, or null if the name doesn't correspond to a valid EntityType.
GetHashCode()()()()
Hash function for this type.
(Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
INPUT_STREAMS
Represents input-only streams. That is, streams with no upstream operator.
OPERATOR
Represents a StreamBase Operator.
OUTPUT_STREAMS
Represents output-only streams. That is, streams with no downstream operator.
SCHEMA
Represents a StreamBase Schema.
STREAM
Represents a StreamBase Stream.
ToString()()()()
Return a string representation of this entity type.
(Overrides Object..::..ToString()()()().)
WINDOW_SPEC
Represents a StreamBase Window.

Inheritance Hierarchy

System..::..Object
  StreamBase.SB..::..EntityType

See Also