/// <summary> /// Deprecated Method for adding a new object to the ExecutableTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToExecutableTypes(ExecutableType executableType) { base.AddObject("ExecutableTypes", executableType); }
/// <summary> /// Create a new ExecutableType object. /// </summary> /// <param name="executableTypeID">Initial value of the ExecutableTypeID property.</param> public static ExecutableType CreateExecutableType(global::System.String executableTypeID) { ExecutableType executableType = new ExecutableType(); executableType.ExecutableTypeID = executableTypeID; return executableType; }