Class LicenseTemplateInfo
LicensesInfo contains information about a License
Inheritance
System.Object
LicenseTemplateInfo
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 LicenseTemplateInfo
Properties
| Improve this Doc View SourceBody
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implementation
Declaration
public string Implementation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |