Glyma.Powershell.Update.v1_5_0_r4.MappingTool.RelationshipDescriptorPair.RelationshipDescriptorPair C# (CSharp) Метод

RelationshipDescriptorPair() публичный Метод

public RelationshipDescriptorPair ( ) : System.Data.Linq
Результат System.Data.Linq
		public RelationshipDescriptorPair()
		{
			this._DescriptorType = default(EntityRef<DescriptorType>);
			this._RelationshipType = default(EntityRef<RelationshipType>);
			OnCreated();
		}