Class Application
Inheritance
object
    Application
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class Application
  Properties
| Improve this Doc View SourceCreatedAtRound
Declaration
[JsonProperty("created-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CreatedAtRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
DeletedAtRound
Declaration
[JsonProperty("deleted-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? DeletedAtRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public ulong Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Required]
public ApplicationParams Params { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ApplicationParams |