Class CustomFields
Inheritance
System.Object
CustomFields
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class CustomFields : Object
Constructors
CustomFields()
Declaration
Properties
Field1
Declaration
public string Field1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Field2
Declaration
public string Field2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Field3
Declaration
public string Field3 { get; set; }
Property Value
Type |
Description |
System.String |
|
Field4
Declaration
public string Field4 { get; set; }
Property Value
Type |
Description |
System.String |
|
Field5
Declaration
public string Field5 { get; set; }
Property Value
Type |
Description |
System.String |
|
See Also