Show / Hide Table of Contents

Interface IScopeIdentity

Parent and child scope identification.

Namespace: MAT.Atlas.Api.Core
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public interface IScopeIdentity

Properties

ClonedIdentity

Gets or sets the cloned identity.

Declaration
string ClonedIdentity { get; set; }
Property Value
Type Description
System.String

The cloned identity.

Guid

Gets the unique identity of this scope identity object.

Declaration
Guid Guid { get; }
Property Value
Type Description
System.Guid

Identity

Gets or sets the identity.

Declaration
string Identity { get; set; }
Property Value
Type Description
System.String

The identity.

ParentIdentity

Gets or sets the parent identity.

Declaration
string ParentIdentity { get; set; }
Property Value
Type Description
System.String

The parent identity.

TypeName

Gets or sets the name of the type.

Declaration
string TypeName { get; set; }
Property Value
Type Description
System.String

The name of the type.

In This Article
Back to top Generated by DocFX