Class CommitOptions
Provides options to be used when committing items to the repository.
Inherited Members
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 |