Table of Contents

Interface INeosView

Namespace
GroupeIsa.Neos.Migration.Schema
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Provides the functionalities of a view.

public interface INeosView

Properties

Content

Gets or sets content.

string Content { get; set; }

Property Value

string

Name

Gets or sets name.

string Name { get; set; }

Property Value

string