Shaolinq.Persistence.TypeDescriptor.AddRelationshipInfo C# (CSharp) Method

AddRelationshipInfo() private method

private AddRelationshipInfo ( RelationshipType relationshipType, PropertyDescriptor relatingProperty, PropertyDescriptor targetProperty ) : void
relationshipType RelationshipType
relatingProperty PropertyDescriptor
targetProperty PropertyDescriptor
return void
		internal void AddRelationshipInfo(RelationshipType relationshipType, PropertyDescriptor relatingProperty, PropertyDescriptor targetProperty)
		{
			this.relationshipInfos.Add(new TypeRelationshipInfo(relationshipType, relatingProperty, targetProperty));
		}