add ctor(Type)
This commit is contained in:
parent
c4ea69407b
commit
65ccf405d7
@ -20,4 +20,8 @@ namespace Mocha.Core.Modeling;
|
|||||||
public class OmsRelationshipTargetAttribute : OmsNativeRelationship
|
public class OmsRelationshipTargetAttribute : OmsNativeRelationship
|
||||||
{
|
{
|
||||||
public OmsRelationshipTargetAttribute(string targetClassGlobalIdentifier) : base(KnownRelationshipGuids.Relationship__has_destination__Class, targetClassGlobalIdentifier) { }
|
public OmsRelationshipTargetAttribute(string targetClassGlobalIdentifier) : base(KnownRelationshipGuids.Relationship__has_destination__Class, targetClassGlobalIdentifier) { }
|
||||||
|
public OmsRelationshipTargetAttribute(Type targetClassType) : base(KnownRelationshipGuids.Relationship__has_destination__Class, null)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user