feature: user details are individually exported; shared export field renderer
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
public string Name { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool Checked { get; set; }
|
||||
public string Key { get; set; }
|
||||
public string Value { get; set; }
|
||||
public bool IsDefault { get; set; }
|
||||
public bool IsChecked { get; set; }
|
||||
public string CustomKey { get; set; }
|
||||
public string CustomValue { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user