Class CreateLabelOption
CreateLabelOption options for creating a label
Inheritance
System.Object
CreateLabelOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class CreateLabelOption
Properties
| Improve this Doc View SourceColor
Declaration
[Required(AllowEmptyStrings = true)]
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Exclusive
Declaration
public bool? Exclusive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
[Required(AllowEmptyStrings = true)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |