Show / Hide Table of Contents

Class CommitOptions

Provides options to be used when committing items to the repository.

Inheritance
System.Object
CommitOptions
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CommitOptions : object

Constructors

CommitOptions()

Initializes a new instance of the CommitOptions class.

Declaration
public CommitOptions()

Properties

NamedOptions

Options for item registration

Declaration
public Collection<string> NamedOptions { get; }
Property Value
Type Description
Collection<System.String>

SetName

Gets or sets the name of the set.

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

The name of the set.

VersionRationale

A log message indicating why the item or items are being committed.

Declaration
public MultilingualString VersionRationale { get; }
Property Value
Type Description
MultilingualString

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica