ObjectDependency public class ObjectDependency Documentation public string Action { get; } public string Connection { get; } public int Count { get; } public bool IsModificationRestricted { get; } public string ObjectTypeName { get; } public ObjectDependency(string objectTypeName, string action, int count, string connection)