ASPC.Marvel.CrimeAPI.Node.Node C# (CSharp) Method

Node() public method

public Node ( ) : System
return System
        public Node()
        {
            this.Id = Guid.NewGuid();
            this.Name = "New Node";
            this.Created = DateTimeOffset.UtcNow;
        }