Rename SzLib to SzCore
This commit is contained in:
12
SzCore/DataObjects/SzDataset.cs
Normal file
12
SzCore/DataObjects/SzDataset.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SzCore.DataObjects;
|
||||
|
||||
public class SzDataset
|
||||
{
|
||||
public required string Name {get; set;}
|
||||
public required string Id {get; set;}
|
||||
public Guid? Uuid {get; set;}
|
||||
|
||||
public required string DataObjectType {get; set;}
|
||||
public required string DataObjectTemplateId {get; set;}
|
||||
public Dictionary<string, SzDataObject> DataObjects {get; set;} = [];
|
||||
}
|
||||
Reference in New Issue
Block a user