/// <summary> /// Deprecated Method for adding a new object to the ProfileAttributeTypeClass EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProfileAttributeTypeClass(ProfileAttributeTypeClass profileAttributeTypeClass) { base.AddObject("ProfileAttributeTypeClass", profileAttributeTypeClass); }
/// <summary> /// Create a new ProfileAttributeTypeClass object. /// </summary> /// <param name="classId">Initial value of the ClassId property.</param> /// <param name="className">Initial value of the ClassName property.</param> public static ProfileAttributeTypeClass CreateProfileAttributeTypeClass(global::System.Guid classId, global::System.String className) { ProfileAttributeTypeClass profileAttributeTypeClass = new ProfileAttributeTypeClass(); profileAttributeTypeClass.ClassId = classId; profileAttributeTypeClass.ClassName = className; return profileAttributeTypeClass; }