Show / Hide Table of Contents

Class CommitOptions

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

Inheritance
object
CommitOptions
RepositoryTransactionCommitOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class CommitOptions

Constructors

CommitOptions()

Initializes a new instance of the CommitOptions class.

Declaration
public CommitOptions()

Properties

NamedOptions

Options for item registration

Declaration
[DataMember(Name = "NamedOptions")]
public Collection<string> NamedOptions { get; set; }
Property Value
Type Description
Collection<string>

SetName

Gets or sets the name of the set.

Declaration
[DataMember]
public string SetName { get; set; }
Property Value
Type Description
string

The name of the set.

VersionRationale

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

Declaration
[DataMember(Name = "VersionRationale")]
public MultilingualString VersionRationale { get; set; }
Property Value
Type Description
MultilingualString

Extension Methods

Extensions.EnsureCollectionInstantiation(CommitOptions)
Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX