Class BaseProperties<TId>
Base fields, used in pretty much every entity
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:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class BaseProperties<TId> : BaseId<TId>
Type Parameters
Name | Description |
---|---|
TId |
Properties
| Improve this Doc View SourceSelf
Link to itself
Declaration
[JsonProperty(PropertyName = "self")]
public Uri Self { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |