SfcSimpleNodeFactory Class

Definition

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)

Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance.

GetSimpleNode(Object, SimpleNodeAdapter)

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.

Applies to