Class DocumentParams.DocumentParameter
Inheritance
DocumentParams.DocumentParameter
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class DocumentParams.DocumentParameter
Constructors
DocumentParameter()
Declaration
public DocumentParameter()
Properties
DisplayName
Declaration
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Values
Declaration
[JsonPropertyName("values")]
public Dictionary<string, string> Values { get; set; }
Property Value
Extension Methods