SfcSimpleNodeFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This factory is used to obtain SfcSimpleNode from legacy Smo object. It allows Smo or Sfc object model to be walked in the same code path.
public class SfcSimpleNodeFactory
type SfcSimpleNodeFactory = class
Public Class SfcSimpleNodeFactory
- Inheritance
-
SfcSimpleNodeFactory
Constructors
SfcSimpleNodeFactory() |
Properties
Factory |
Obtains the singleton factory |
Methods
GetSimpleNode(Object, SimpleNodeAdapter) |
Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance. |
GetSimpleNode(Object) |
Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance. |
IsSupported(Object) |
Returns true of the specified object is supported. |