SchemaComparisonExcludedObjectId Class

Definition

Represents an object by name and type for use in SchemaComparison operations.

public sealed class SchemaComparisonExcludedObjectId
type SchemaComparisonExcludedObjectId = class
Public NotInheritable Class SchemaComparisonExcludedObjectId
Inheritance
SchemaComparisonExcludedObjectId

Constructors

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

Properties

Identifier

Specifies the name of an object

ParentIdentifier

Specifies the name of the parent object. This is used to refer to an unnamed object by reference to its (named) parent.

ParentTypeName

The type name of the parent object. This is used to refer to an unnamed object by reference to its (named) parent.

TypeName

The type name used by schema comparison

Applies to