Glyma.Powershell.Update.v1_5_0_r3.MappingTool.RelationshipDescriptorPair.RelationshipDescriptorPair C# (CSharp) Method

RelationshipDescriptorPair() public method

public RelationshipDescriptorPair ( ) : System.Data.Linq
return System.Data.Linq
		public RelationshipDescriptorPair()
		{
			this._DescriptorType = default(EntityRef<DescriptorType>);
			this._RelationshipType = default(EntityRef<RelationshipType>);
			OnCreated();
		}