Click or drag to resize

RegisteredRDD Class

X#
This class is used to register RDD names with the matching System.Types
Inheritance Hierarchy
Object
  RegisteredRDD

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS RegisteredRDD
Request Example View Source

The RegisteredRDD type exposes the following members.

Constructors
  NameDescription
Public methodRegisteredRDD(String, Type)
Initializes a new instance of the RegisteredRDD class
Public methodRegisteredRDD(String, String, String)
Initializes a new instance of the RegisteredRDD class
Top
Properties
  NameDescription
Public propertyAssembly
Assembly object where the RDD is defined
Public propertyAssemblyName
Name of the assembly where the RDD is defined.
Public propertyRddName
'Common' name of the RDD
Public propertyRddType
Type of the RDD
Public propertyTypeName
Fully qualified type name of the RDD
Top
Methods
  NameDescription
Public methodStatic memberAdd
Add a registration for a new RDD.
Public methodStatic memberFind
Locate an entry for a particular RDD name
Public methodLoad
try to resolve the RDD
Top
See Also