Table of Contents

Interface IPropertySnapshot

Namespace
The.Model.Snapshot
Assembly
Instagile.Model.dll
public interface IPropertySnapshot

Properties

ID

Guid ID { get; }

Property Value

Guid

IsLegacy

bool IsLegacy { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

ParentEntity

EntitySnapshot ParentEntity { get; }

Property Value

EntitySnapshot

ParentSection

SectionSnapshot ParentSection { get; }

Property Value

SectionSnapshot

Methods

AsDescriptor()

PropertyDescriptor AsDescriptor()

Returns

PropertyDescriptor