port from perforce
This commit is contained in:
16
intromat/Intromat/PersistentModel/EndpointModel.cs
Normal file
16
intromat/Intromat/PersistentModel/EndpointModel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Intromat.PersistentModel
|
||||
{
|
||||
public class EndpointModel
|
||||
{
|
||||
[XmlAttribute]
|
||||
public Guid Node { get; set; }
|
||||
|
||||
[XmlAttribute]
|
||||
[DefaultValue(null)]
|
||||
public string Name { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user