/// <summary> /// Deprecated Method for adding a new object to the RelationshipStatus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRelationshipStatus(RelationshipStatu relationshipStatu) { base.AddObject("RelationshipStatus", relationshipStatu); }
/// <summary> /// Create a new RelationshipStatu object. /// </summary> /// <param name="name">Initial value of the Name property.</param> /// <param name="displayName">Initial value of the DisplayName property.</param> public static RelationshipStatu CreateRelationshipStatu(global::System.String name, global::System.String displayName) { RelationshipStatu relationshipStatu = new RelationshipStatu(); relationshipStatu.Name = name; relationshipStatu.DisplayName = displayName; return relationshipStatu; }