Shaolinq.Persistence.TypeDescriptor.AddRelationshipInfo C# (CSharp) Méthode

AddRelationshipInfo() private méthode

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