Table of Contents

Class OptionalVersionedTextDocumentIdentifier

Namespace
NMF.AnyText.Workspace
Assembly
NMF.AnyText.Core.dll

Identifies a text document with optional versioning.

public class OptionalVersionedTextDocumentIdentifier
Inheritance
OptionalVersionedTextDocumentIdentifier
Inherited Members

Properties

Uri

The URI of the text document.

public string Uri { get; set; }

Property Value

string

Version

An optional version number for the document, if versioning is supported.

public int? Version { get; set; }

Property Value

int?