public NamedSubentityRef(string name, BaseObjectRef parent, string cDOTypeName) : this(name, parent) { this.CDOTypeName = cDOTypeName; }
public SubentityRef(string id, BaseObjectRef parent, string cDOTypeName) : this(id, parent) { this.CDOTypeName = cDOTypeName; }
public NamedSubentityRef(string name, BaseObjectRef parent) : this(name) { this.Parent = parent; }
public SubentityRef(string id, BaseObjectRef parent) : this(id) { this.Parent = parent; }