Ejemplo n.º 1
0
        public override Sans_Relation_Where_IsA_WithDescription_OLifEBuilder WithDescription(OLI_LU_RELDESC relationDescription)
        {
            if (_buildReciprocalRelation == null)
            {
                _buildRelation.RelationDescription = relationDescription.Clone();
            }
            else
            {
                _buildReciprocalRelation.RelationDescription = relationDescription.Clone();
            }

            return(this);
        }
Ejemplo n.º 2
0
 public abstract Sans_Relation_Where_IsA_WithDescription_OLifEBuilder WithDescription(OLI_LU_RELDESC relationDescription);
Ejemplo n.º 3
0
 Sans_Relation_Where_IsA_Of_AndReciprocal_WithDescription_OLifEBuilder Relation_WithDescription_OLifEBuilder <Sans_Relation_Where_IsA_Of_AndReciprocal_WithDescription_OLifEBuilder> .WithDescription(OLI_LU_RELDESC relationDescription)
 {
     return((Sans_Relation_Where_IsA_Of_AndReciprocal_WithDescription_OLifEBuilder)WithDescription(relationDescription));
 }