public class SavedBlock{ public int BlockId { set; get; } public int linkId { set; get; } public int linkFather { set; get; } public int[] linkChild { set; get; } public int ConnectPoint { set; get; } }